Skip to content

Commit b111c58

Browse files
chore(deps): update golang docker tag to v1.22.2
1 parent 4bbf542 commit b111c58

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.1
2+
golang 1.22.2
33
golangci-lint 1.57.2
44
goreleaser 1.23.0
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.1-alpine3.18 AS tools
1+
FROM golang:1.22.2-alpine3.18 AS tools
22

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

0 commit comments

Comments
 (0)