We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e1f18 commit a998e07Copy full SHA for a998e07
.github/workflows/go.yaml
@@ -5,14 +5,14 @@ jobs:
5
name: Lint
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
- name: Lint
10
uses: gardenbed/actions/go-lint@main
11
test:
12
name: Test
13
14
15
16
- name: Test
17
id: test
18
uses: gardenbed/actions/go-cover@main
@@ -27,7 +27,7 @@ jobs:
27
name: Build
28
29
30
31
- uses: actions/setup-go@v6
32
- name: Build Binary
33
run: go build .
0 commit comments