We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a78ae67 + f2653cd commit 7c7d011Copy full SHA for 7c7d011
versions.mk
@@ -19,8 +19,8 @@
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
VERSION ?= v25.3.2
21
22
-GOLANG_VERSION ?= 1.24.5
+GOLANG_VERSION ?= 1.25.1
23
24
-GOLANGCI_LINT_VERSION ?= v2.1.6
+GOLANGCI_LINT_VERSION ?= v2.4.0
25
26
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
0 commit comments