Skip to content

Commit

Permalink
golint now needs 1.19; check on more gos
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaca committed Sep 29, 2023
1 parent 3280b0c commit 54b41d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.19
- name: Install dependencies
run: |
go install golang.org/x/lint/golint@latest
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go: ['1.17.5']
go: ['1.17.5', '1.19', '1.21']
name: Test using go ${{ matrix.go }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 54b41d0

Please sign in to comment.