Skip to content

Commit

Permalink
Update CI to use 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
psadac authored and agnivade committed Sep 24, 2024
1 parent aad2eb7 commit f8ac98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint
run: make lint
- name: Test
Expand Down

0 comments on commit f8ac98b

Please sign in to comment.