Skip to content

Commit 54b0d71

Browse files
committed
update ci
1 parent 1818c39 commit 54b0d71

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
os:
4747
- macos-latest
4848
- ubuntu-24.04
49-
go:
50-
- '1.20'
51-
- '1.21'
52-
- '1.22'
53-
- '1.23'
5449
runs-on: ${{matrix.os}}
5550
steps:
5651
- name: Install Python 3.12 (macOS only)
@@ -65,7 +60,7 @@ jobs:
6560
- name: Set up Go
6661
uses: actions/setup-go@v4
6762
with:
68-
go-version: ${{matrix.go}}
63+
go-version: 1.23
6964

7065
- name: Build
7166
run: go build -v ./...
@@ -74,7 +69,7 @@ jobs:
7469
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
7570

7671
- name: Upload coverage to Codecov
77-
if: matrix.os == 'ubuntu-24.04' && matrix.go == '1.23'
72+
if: matrix.os == 'ubuntu-24.04'
7873
uses: codecov/codecov-action@v4
7974
with:
8075
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)