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 141ac27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -32,13 +32,13 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.23.x
- name: Checkout code
uses: actions/checkout@v2
- name: Linting
uses: golangci/golangci-lint-action@v3
with:
version: v1.46
version: v1.61

coverage:
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.23.x
- name: Checkout code
uses: actions/checkout@v2
- name: Calc coverage
Expand Down

0 comments on commit 141ac27

Please sign in to comment.