Skip to content

Commit d54ac67

Browse files
chore(deps): update golang docker tag to v1.22.0
1 parent 168ca55 commit d54ac67

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.21.6
2+
golang 1.22.0
33
golangci-lint 1.55.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.21.6-alpine3.18 AS tools
1+
FROM golang:1.22.0-alpine3.18 AS tools
22

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

0 commit comments

Comments
 (0)