Skip to content

Commit

Permalink
Merge branch 'bump-go-to-v1.24' into 'main'
Browse files Browse the repository at this point in the history
chore: bump Go to v1.24

See merge request flattrack/flattrack!409
  • Loading branch information
BobyMCbobs committed Feb 23, 2025
2 parents 417290b + fc874e6 commit 6822436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ variables:
POSTGRES_PASSWORD: flattrack
EXTRA_REGISTRIES: docker.io
IMAGE_NODE_ALPINE: docker.io/node:20-alpine3.20@sha256:09dbe0a53523c2482d85a037efc6b0e8e8bb16c6f1acf431fe36aa0ebc871c06
IMAGE_GOLANG_ALPINE: docker.io/golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98
IMAGE_GOLANG_ALPINE: docker.io/golang:1.24.0-alpine3.20
IMAGE_PYTHON: docker.io/python:3.8-buster@sha256:04c3f641c2254c229fd2f704c5199ff4bea57d26c1c29008ae3a4afddde98709
IMAGE_GOLANGCI_LINT: docker.io/golangci/golangci-lint:v1.62.2-alpine@sha256:0f3af3929517ed4afa1f1bcba4eae827296017720e08ecd5c68b9f0640bc310d
IMAGE_GOLANGCI_LINT: docker.io/golangci/golangci-lint:v1.64.5-alpine
COSIGN_YES: "true"

.container-registry-login-dockerhub: &container-registry-login-dockerhub |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gitlab.com/flattrack/flattrack

go 1.23.4
go 1.24.0

require (
github.com/NYTimes/gziphandler v1.1.1
Expand Down

0 comments on commit 6822436

Please sign in to comment.