Skip to content

Commit f07d54c

Browse files
committed
Update Go version in CI workflows to 1.23
Signed-off-by: HAHWUL <[email protected]>
1 parent d950955 commit f07d54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 2
3030
- uses: actions/setup-go@v2
3131
with:
32-
go-version: '1.21'
32+
go-version: '1.23'
3333
- name: Run coverage
3434
run: go test -coverprofile=coverage.out -covermode=atomic ./...
3535
- name: Upload coverage to Codecov

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
go: ["1.21", "1.22", "1.23"]
27+
go: ["1.23"]
2828
steps:
2929
- name: Set up Go ${{ matrix.go }}
3030
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)