Skip to content

Commit

Permalink
Update go 1.22 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchwald committed Feb 7, 2024
1 parent ac9f6a7 commit 02bce52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && grep '^[^ #]' /tmp/packages.txt | \
xargs apt-get install --yes --no-install-recommends && \
rm -rf /var/lib/apt/lists/* /tmp/packages.txt

RUN wget https://go.dev/dl/go1.20.13.linux-amd64.tar.gz
RUN tar -xvf go1.20.13.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
RUN tar -xvf go1.22.0.linux-amd64.tar.gz
RUN mv go /usr/lib
ENV GOROOT /usr/lib/go
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module install

go 1.20
go 1.22

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 02bce52

Please sign in to comment.