Skip to content

Commit 06080a0

Browse files
chore(deps): update golang docker tag to v1.26.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efa9eef commit 06080a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.25.7
1+
ARG GO_VERSION=1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84
22
FROM golang:${GO_VERSION} AS build
33
WORKDIR /deck
44
COPY go.mod ./

0 commit comments

Comments
 (0)