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 0e30b8c commit fbd5f4bCopy full SHA for fbd5f4b
.github/workflows/golangci-lint.yaml
@@ -19,9 +19,14 @@ jobs:
19
name: lint
20
runs-on: ubuntu-latest
21
steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@v3
24
+ with:
25
+ fetch-depth: 0
26
+
27
- uses: actions/setup-go@v5
28
with:
- go-version-file: 'go.mod'
29
+ go-version-file: "go.mod"
30
cache: false
31
32
- name: generate version file
.github/workflows/goreleaser.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v5
run: go generate ./...
0 commit comments