Skip to content

Commit 83b02a2

Browse files
committed
ci: add go 1.23 and remove go 1.20
Signed-off-by: Chen Su <ghosind@gmail.com>
1 parent 7b80063 commit 83b02a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.22"
15+
go-version: "1.23"
1616

1717
- name: Test
1818
run: go test -v ./... -coverprofile=coverage.out

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
go_version: ["1.20", "1.21", "1.22"]
11+
go_version: ["1.21", "1.22", "1.23"]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

0 commit comments

Comments
 (0)