Skip to content

Commit

Permalink
bump go verion in xk6 image
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
  • Loading branch information
pablochacin committed Dec 10, 2024
1 parent 24a3640 commit 9f884a5
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,5 +1,5 @@

ARG GO_VERSION=1.22.9
ARG GO_VERSION=1.23.4
ARG VARIANT=alpine3.20
FROM golang:${GO_VERSION}-${VARIANT} AS builder

Expand Down

0 comments on commit 9f884a5

Please sign in to comment.