Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Bump to Go 1.22 since the project update go.mod to 1.22.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
dmikusa committed Jun 7, 2024
1 parent 43e7572 commit c04c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as build-stage
FROM golang:1.22 as build-stage

WORKDIR /src
ENV GO111MODULE=on CGO_ENABLED=0
Expand Down

0 comments on commit c04c0d8

Please sign in to comment.