Skip to content

Commit 37cd59a

Browse files
authored
Merge pull request #279 from compscidr/renovate/golang-1.x
Update golang Docker tag to v1.22.0
2 parents eb3e420 + 810e5bb commit 37cd59a

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,6 +1,6 @@
11
# Start from a Debian image with the latest version of Go installed
22
# and a workspace (GOPATH) configured at /go.
3-
FROM golang:1.21.6
3+
FROM golang:1.22.0
44

55
# Copy the local package files to the container's workspace.
66
ADD . /go/src/github.com/compscidr/goblog/

0 commit comments

Comments
 (0)