Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 14, 2024
1 parent 740b680 commit 6f2894d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21.4
FROM golang:1.22.1

RUN git clone https://go.googlesource.com/go /tmp/golang-tip

Expand Down
4 changes: 3 additions & 1 deletion go.mod
@@ -1,3 +1,5 @@
module github.com/AlekSi/golang-tip

go 1.21
go 1.22

toolchain go1.22.1

0 comments on commit 6f2894d

Please sign in to comment.