Skip to content

Commit 25ff5a9

Browse files
chore(deps): update golang docker tag to v1.22.3
1 parent c75c632 commit 25ff5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
adr-tools 3.0.0
2-
golang 1.22.2
2+
golang 1.22.3
33
golangci-lint 1.58.0
44
goreleaser 1.25.1
55
hadolint 2.12.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.2-alpine3.18 AS tools
1+
FROM golang:1.22.3-alpine3.18 AS tools
22

33
COPY scripts/tools-golang.sh /tmp/tools-golang.sh
44

0 commit comments

Comments
 (0)