chore(go): update go version to 1.23.6 and remove toolchain #364

Merged
argoyle merged 1 commits from update-go-version-and-toolchain into main 2025-02-13 13:45:37 +00:00
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -61,6 +61,8 @@ check_release:
image: image:
name: goreleaser/goreleaser:v2.7.0@sha256:41247b711fc423eddcd8395b998b9de5c7d169bfe99e6a474ba35e87896c1343 name: goreleaser/goreleaser:v2.7.0@sha256:41247b711fc423eddcd8395b998b9de5c7d169bfe99e6a474ba35e87896c1343
entrypoint: [ '' ] entrypoint: [ '' ]
variables:
GOTOOLCHAIN: auto
script: | script: |
goreleaser check goreleaser check
goreleaser release --snapshot --clean goreleaser release --snapshot --clean
@@ -77,6 +79,7 @@ release:
# generate a changelog. # generate a changelog.
GIT_DEPTH: 0 GIT_DEPTH: 0
GITLAB_TOKEN: $GITLAB_CI_TOKEN GITLAB_TOKEN: $GITLAB_CI_TOKEN
GOTOOLCHAIN: auto
# Only run this release job for tags, not every commit (for example). # Only run this release job for tags, not every commit (for example).
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
+1 -3
View File
@@ -1,8 +1,6 @@
module gitlab.com/unboundsoftware/schemas module gitlab.com/unboundsoftware/schemas
go 1.22.5 go 1.23.6
toolchain go1.23.6
require ( require (
github.com/99designs/gqlgen v0.17.64 github.com/99designs/gqlgen v0.17.64