Skip to content

Commit

Permalink
Update Go versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw committed Oct 15, 2024
1 parent 3a90d71 commit c20c5f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.19", "1.20", "1.21" ]
go-version: [ "1.21", "1.22", "1.23" ]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "windows-latest" ]
go-version: [ "1.19", "1.20", "1.21" ]
go-version: [ "1.21", "1.22", "1.23" ]
runs-on: ${{ matrix.os }}
env:
GOARCH: "386"
Expand All @@ -52,7 +52,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.23"
- name: build
run: |
make ycat/build
Expand All @@ -69,7 +69,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.23"
- name: measure coverage
run: |
make cover
Expand Down

0 comments on commit c20c5f2

Please sign in to comment.