Skip to content

Commit

Permalink
Merge pull request #459 from drakkan/go117
Browse files Browse the repository at this point in the history
CI: add Go 1.17 and remove 1.15
  • Loading branch information
drakkan authored Aug 21, 2021
2 parents 15e19d9 + 6e72d1b commit 49a095a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.16, 1.15]
go: [1.17, 1.16]
exclude:
- os: macos-latest
go: 1.15
go: 1.16

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 49a095a

Please sign in to comment.