Skip to content

Commit

Permalink
Bump Go version in Docker image to 1.20.3
Browse files Browse the repository at this point in the history
xk6 shouldn't be impacted by the security vulnerabilities patched in
this Go release, but we're upgrading in an abundance of caution.
  • Loading branch information
Ivan Mirić committed Apr 20, 2023
1 parent e9b2b35 commit ea27866
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.1
ARG GO_VERSION=1.20.3
ARG VARIANT=bullseye
FROM golang:${GO_VERSION}-${VARIANT} as builder

Expand Down

0 comments on commit ea27866

Please sign in to comment.