Merge pull request 'Update golang packages to v1.23 (minor)' (#330) from renovate/minor-1.23-golang-packages into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/330
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
pull/332/head
earl-warren 2024-11-14 08:23:55 +00:00
commit a3e575f61b
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.22-alpine3.20 AS build-env
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.23-alpine3.20 AS build-env
#
# Transparently cross compile for the target platform

4
go.mod
View File

@ -1,8 +1,6 @@
module gitea.com/gitea/act_runner
go 1.22.9
toolchain go1.23.3
go 1.23.3
require (
code.gitea.io/actions-proto-go v0.4.0