Skip to content

Commit

Permalink
Upgrade test-prev workflow go version to 1.19
Browse files Browse the repository at this point in the history
This will match our own go.mod version.
Also, this test was failing due to the usage of URL.JoinPath method in
k6, which is only available since go v1.19.
  • Loading branch information
ka3de committed Jul 4, 2023
1 parent 32c299d commit 8986bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
platform: [ubuntu-latest-8-cores]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 8986bef

Please sign in to comment.