We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c74ce commit 36245f4Copy full SHA for 36245f4
.github/workflows/static-analysis.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-go@v5
11
with:
12
- go-version: 1.21
+ go-version-file: go.mod
13
- name: golangci-lint
14
uses: golangci/golangci-lint-action@v4
15
.github/workflows/tests.yaml
@@ -7,10 +7,10 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@v4
- - uses: actions/checkout@v4
- name: tests
run: |
16
make test
0 commit comments