Merge pull request 'Update golang packages to v1.22 (minor)' (#320) from renovate/minor-1.22-golang-packages into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/320
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
pull/328/head
earl-warren 2024-11-12 12:59:12 +00:00
commit e8e288dd7a
2 changed files with 2 additions and 2 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.21-alpine3.19 AS build-env
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.22-alpine3.19 AS build-env
#
# Transparently cross compile for the target platform

2
go.mod
View File

@ -1,6 +1,6 @@
module gitea.com/gitea/act_runner
go 1.21.13
go 1.22.9
toolchain go1.23.3