Skip to content

Commit

Permalink
Update CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
maguro committed Oct 26, 2024
1 parent d541bac commit 3841763
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 @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
go-version: [ 1.21.x, 1.22.x 1.23.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Linting
uses: golangci/golangci-lint-action@v3
with:
version: v1.46
version: v1.61

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3841763

Please sign in to comment.