We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf0dcb commit 12a523dCopy full SHA for 12a523d
2 files changed
.github/workflows/build-and-release.yml
@@ -14,7 +14,7 @@ permissions:
14
id-token: write
15
16
env:
17
- GO_VERSION: 1.25.6
+ GO_VERSION: 1.26.1
18
REGISTRY: ghcr.io
19
IMAGE_NAME: ${{ github.repository }}
20
Dockerfile
@@ -1,7 +1,7 @@
1
# Use the offical golang image to create a binary.
2
# This is based on Debian and sets the GOPATH to /go.
3
# https://hub.docker.com/_/golang
4
-FROM golang:1.25
+FROM golang:1.26
5
6
# args
7
ARG TARGETARCH
0 commit comments