This commit is contained in:
2024-04-01 06:50:08 -05:00
parent 2971afc3f8
commit 97b4c60096

View File

@@ -48,7 +48,7 @@ version:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
gobuild:
image: registry.internal.durp.info/golang:1.22
image: registry.internal.durp.info/golang:${GO_VERSION}
variables:
GOPROXY: https://nexus.durp.info/repository/go/
extends: .golang-build