chore: update golang

This commit is contained in:
crapStone 2025-02-15 18:00:10 +01:00
parent 91c4577a43
commit 44084d7448
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
4 changed files with 9 additions and 11 deletions

View file

@ -5,13 +5,13 @@ when:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.23
image: golang:1.24
commands:
- go mod vendor
build:
depends_on: vendor
image: codeberg.org/6543/docker-images/golang_just:go-1.23
image: codeberg.org/6543/docker-images/golang_just:go-1.24
commands:
- go version
- just build
@ -32,7 +32,7 @@ steps:
build-tag:
depends_on: vendor
image: codeberg.org/6543/docker-images/golang_just:go-1.23
image: codeberg.org/6543/docker-images/golang_just:go-1.24
commands:
- go version
- just build-tag ${CI_COMMIT_TAG##v}
@ -41,7 +41,7 @@ steps:
test:
depends_on: build
image: codeberg.org/6543/docker-images/golang_just:go-1.23
image: codeberg.org/6543/docker-images/golang_just:go-1.24
commands:
- just test
when:
@ -50,7 +50,7 @@ steps:
integration-tests:
failure: ignore
depends_on: build
image: codeberg.org/6543/docker-images/golang_just:go-1.23
image: codeberg.org/6543/docker-images/golang_just:go-1.24
commands:
- just integration
environment:

View file

@ -1,5 +1,5 @@
# Set the default Go version as a build argument
ARG XGO="go-1.23.x"
ARG XGO="go-1.24.x"
# Use xgo (a Go cross-compiler tool) as build image
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} AS build

4
flake.lock generated
View file

@ -20,8 +20,8 @@
"nixpkgs": {
"locked": {
"lastModified": 0,
"narHash": "sha256-1/WZ7juTZp6oWAFb14WeANN2veJFGZ4AFSNRpk4Jiw8=",
"path": "/nix/store/prhs96gxbb9bcr4ia6ql2hsjga50mrdl-source",
"narHash": "sha256-WFZDy4bG2RkkCQloIEG8BXEvzyKklFVJbAismOJsIp4=",
"path": "/nix/store/c77dsgfxjywplw8bk8s8jlkdsr7a1bi9-source",
"type": "path"
},
"original": {

4
go.mod
View file

@ -1,8 +1,6 @@
module codeberg.org/codeberg/pages
go 1.23.0
toolchain go1.23.5
go 1.24.0
require (
code.gitea.io/sdk/gitea v0.20.0