Skip to content

Commit

Permalink
Remove the fixed patch version for Go
Browse files Browse the repository at this point in the history
Removed the old hack added for releasing k6 v0.41.0 with a specific
version.
  • Loading branch information
codebien committed Feb 20, 2023
1 parent 966678a commit 8601303
Showing 1 changed file with 1 addition and 1 deletion.
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.19.3"
DEFAULT_GO_VERSION: "1.19.x"

jobs:
configure:
Expand Down

0 comments on commit 8601303

Please sign in to comment.