Skip to content

Commit

Permalink
ci: run only on go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Sep 12, 2021
1 parent 15b98b1 commit 0926db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.17.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 0926db1

Please sign in to comment.