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 ada33ed commit 82f6e32Copy full SHA for 82f6e32
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Install asdf dependencies
17
- uses: asdf-vm/actions/install@v3
+ uses: asdf-vm/actions/install@v4
18
19
- name: Build
20
run: go build -v ./...
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
- name: Test
31
run: go test -v ./...
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
21
22
23
24
- name: Read the right version of golangci-lint
id: golangci_lint_version
0 commit comments