Bump golang to 1.25
This commit is contained in:
parent
6657f8d723
commit
ded4e8e454
2
.github/workflows/go-tests.yml
vendored
2
.github/workflows/go-tests.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.25"
|
||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: go test -coverprofile=coverage.out -covermode=atomic -v ./...
|
run: go test -coverprofile=coverage.out -covermode=atomic -v ./...
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user