bump Golang to 1.24 (#4297)

This commit is contained in:
Alessandro Ros
2025-05-23 15:16:15 +02:00
committed by GitHub
parent fad64a87bd
commit d021e93d71
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
BASE_IMAGE = golang:1.23-alpine3.20
BASE_IMAGE = golang:1.24-alpine3.20
LINT_IMAGE = golangci/golangci-lint:v2.1.6
NODE_IMAGE = node:20-alpine3.20