Skip to content

Commit

Permalink
Bumping build's version of the go to 1.21
Browse files Browse the repository at this point in the history
Updating the version of the go that is using for building k6 in CI and
Dockerfile.
  • Loading branch information
olegbespalov committed Sep 19, 2023
1 parent 029485d commit 4fc6cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
LI_DOCKER_IMAGE_ID: "loadimpact/k6"
DOCKER_IMAGE_ID: "grafana/k6"
GHCR_IMAGE_ID: ${{ github.repository }}
DEFAULT_GO_VERSION: "1.20.x"
DEFAULT_GO_VERSION: "1.21.x"

jobs:
configure:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.18 as builder
WORKDIR $GOPATH/src/go.k6.io/k6
COPY . .
ARG TARGETOS TARGETARCH
Expand Down

0 comments on commit 4fc6cb0

Please sign in to comment.