We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d950955 commit f07d54cCopy full SHA for f07d54c
.github/workflows/codecov.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 2
30
- uses: actions/setup-go@v2
31
with:
32
- go-version: '1.21'
+ go-version: '1.23'
33
- name: Run coverage
34
run: go test -coverprofile=coverage.out -covermode=atomic ./...
35
- name: Upload coverage to Codecov
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- go: ["1.21", "1.22", "1.23"]
+ go: ["1.23"]
28
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
0 commit comments