Skip to content

Commit 03ef595

Browse files
committed
ci: add go 1.22 and remove go 1.19.
Signed-off-by: ghosind <ghosind@gmail.com>
1 parent 84ec6a7 commit 03ef595

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.21"
15+
go-version: "1.22"
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.19", "1.20", "1.21"]
11+
go_version: ["1.20", "1.21", "1.22"]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

0 commit comments

Comments
 (0)