Skip to content

Commit 8601303

Browse files
committed
Remove the fixed patch version for Go
Removed the old hack added for releasing k6 v0.41.0 with a specific version.
1 parent 966678a commit 8601303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
LI_DOCKER_IMAGE_ID: "loadimpact/k6"
2727
DOCKER_IMAGE_ID: "grafana/k6"
2828
GHCR_IMAGE_ID: ${{ github.repository }}
29-
DEFAULT_GO_VERSION: "1.19.3"
29+
DEFAULT_GO_VERSION: "1.19.x"
3030

3131
jobs:
3232
configure:

0 commit comments

Comments
 (0)