We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20addf4 commit afb8d7cCopy full SHA for afb8d7c
.tool-versions
@@ -1,2 +1,2 @@
1
-golang 1.21.4 # datasource=github-releases depName=golang/go
+golang 1.25.6 # datasource=github-releases depName=golang/go
2
goreleaser 1.22.1 # datasource=github-releases depName=goreleaser/goreleaser
Dockerfile-build
@@ -1,4 +1,4 @@
-FROM golang:1.21.4 AS build
+FROM golang:1.25.6 AS build
3
ARG VERSION
4
ARG REVISION
0 commit comments