Skip to content

Commit

Permalink
Expand CI tests for latest 3 Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić authored and imiric committed Mar 8, 2021
1 parent a5ebc0d commit 3252fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go-version: [ 1.14.x ]
go-version: [ 1.14.x, 1.15.x, 1.16.x ]

# Set some variables per OS, usable via ${{ matrix.VAR }}
# XK6_BIN_PATH: the path to the compiled k6 binary, for artifact publishing
Expand Down

0 comments on commit 3252fcd

Please sign in to comment.