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 0f60628 commit ab036e4Copy full SHA for ab036e4
.github/workflows/ci.yaml
@@ -22,7 +22,6 @@ jobs:
22
runs-on: "ubuntu-latest"
23
steps:
24
- uses: "actions/[email protected]"
25
-
26
- uses: "actions/setup-go@v3"
27
with:
28
cache: true
@@ -34,12 +33,12 @@ jobs:
34
33
35
36
37
38
39
40
41
- - run: "go get ./..."
42
- uses: "golangci/golangci-lint-action@v3"
+ with:
+ skip-pkg-cache: true
43
44
test:
45
needs: "build"
0 commit comments