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 5, 2023
1 parent 764f815 commit cde8179
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 cde8179

Please sign in to comment.