bump Golang to 1.25 (#4870)

This commit is contained in:
bluenviron-bot
2025-09-12 10:20:19 +02:00
committed by GitHub
parent 5542f3d88b
commit aadbd9272e
6 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
BASE_IMAGE = golang:1.24-alpine3.20
BASE_IMAGE = golang:1.25-alpine3.22
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.4.0
NODE_IMAGE = node:20-alpine3.20
NODE_IMAGE = node:20-alpine3.22
.PHONY: $(shell ls)