Skip to content

Commit 12a523d

Browse files
committed
update golang
1 parent fbf0dcb commit 12a523d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
id-token: write
1515

1616
env:
17-
GO_VERSION: 1.25.6
17+
GO_VERSION: 1.26.1
1818
REGISTRY: ghcr.io
1919
IMAGE_NAME: ${{ github.repository }}
2020

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical golang image to create a binary.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.25
4+
FROM golang:1.26
55

66
# args
77
ARG TARGETARCH

0 commit comments

Comments
 (0)