Update golang packages to v1.22

This commit is contained in:
Renovate Bot 2024-11-12 11:41:45 +00:00
parent 0f9471302a
commit 342141df3a
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
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/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 # Transparently cross compile for the target platform

2
go.mod
View file

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