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 27e2063 commit ccad517Copy full SHA for ccad517
.github/workflows/goreleaser.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/setup-go@v3
20
with:
21
go-version-file: go.mod
22
+ cache: true
23
- uses: goreleaser/goreleaser-action@v4
24
25
version: latest
.github/workflows/test.yml
@@ -12,12 +12,7 @@ jobs:
12
13
14
15
- - uses: actions/cache@v3
16
- with:
17
- path: ~/go/pkg/mod
18
- key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}
- restore-keys: |
- go-${{ runner.os }}-
- run: go mod download
- uses: golangci/golangci-lint-action@v3
0 commit comments