Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
Co-authored-by: Mihail Stoykov <[email protected]>
  • Loading branch information
pablochacin and mstoykov authored Jan 29, 2024
1 parent 675b3cf commit 0b4ab46
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 @@
ARG GO_VERSION=1.20.13
ARG GO_VERSION=1.21.6
ARG VARIANT=alpine3.18
FROM golang:${GO_VERSION}-${VARIANT} as builder

Expand Down

0 comments on commit 0b4ab46

Please sign in to comment.