Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d7d2a15

Browse files
committed
Update go version in CI test pipeline
k6 is using go APIs which are in v1.20. We should ensure our test pipelines also work with this version of go.
1 parent 9f56aa8 commit d7d2a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
go-version: [1.19.x]
20+
go-version: [1.20.x]
2121
platform: [ubuntu-latest]
2222
runs-on: ${{ matrix.platform }}
2323
steps:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
go-version: [1.19.x]
75+
go-version: [1.20.x]
7676
platform: [ubuntu-latest]
7777
runs-on: ${{ matrix.platform }}
7878
steps:
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
go-version: [1.19.x]
113+
go-version: [1.20.x]
114114
platform: [ubuntu-latest]
115115
runs-on: ${{ matrix.platform }}
116116
steps:

0 commit comments

Comments
 (0)