Skip to content

Commit

Permalink
chore: remove go 1.16 from CI
Browse files Browse the repository at this point in the history
shfmt used in integration tests requires go 1.17. The integration tests
are failing [0] because of that.

[0]: https://github.com/Gelio/go-global-update/actions/runs/4274471940/jobs/7441119567
  • Loading branch information
Gelio committed Feb 26, 2023
1 parent 6f53ee2 commit 3c56908
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 @@ -9,7 +9,7 @@ jobs:
build-and-test:
strategy:
matrix:
go-version: ["1.16", "1.17", "1.18", "1.19", "1.20"]
go-version: ["1.17", "1.18", "1.19", "1.20"]
os: [ubuntu-latest, macos-latest, windows-latest]
# Continue other jobs if one matrix job fails
fail-fast: false
Expand Down

0 comments on commit 3c56908

Please sign in to comment.