We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20addf4 commit 0963b6aCopy full SHA for 0963b6a
.tool-versions
@@ -1,2 +1,2 @@
1
-golang 1.21.4 # datasource=github-releases depName=golang/go
+golang 1.21.5 # 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.21.5 AS build
3
ARG VERSION
4
ARG REVISION
0 commit comments