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 b27c889 commit 8ab6606Copy full SHA for 8ab6606
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: Setup Go
21
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
22
with:
23
go-version: "${{ matrix.go }}"
24
check-latest: true
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
- name: Coverage
47
run: |
48
go test -v -covermode=count -coverprofile=coverage.cov ./...
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
14
15
16
17
go-version: "1.21"
0 commit comments