mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 04:07:04 +03:00
Update golang packages to v1.23
This commit is contained in:
parent
54cfdd7065
commit
a0df63fe70
2 changed files with 2 additions and 4 deletions
|
@ -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
4
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue