Skip to content

Commit

Permalink
feat: update to go1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alok committed May 21, 2022
1 parent 3f9474e commit e1d7e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
golangci:
strategy:
matrix:
go: [1.16]
go: [1.17]
os: [ubuntu-latest]
name: golangci-lint
runs-on: ${{ matrix.os }}
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.16]
go: [1.17]
# Windows is currently broken due to some issue
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit e1d7e84

Please sign in to comment.