Skip to content

Commit ab036e4

Browse files
authored
1 parent 0f60628 commit ab036e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
runs-on: "ubuntu-latest"
2323
steps:
2424
- uses: "actions/[email protected]"
25-
2625
- uses: "actions/setup-go@v3"
2726
with:
2827
cache: true
@@ -34,12 +33,12 @@ jobs:
3433
runs-on: "ubuntu-latest"
3534
steps:
3635
- uses: "actions/[email protected]"
37-
3836
- uses: "actions/setup-go@v3"
3937
with:
4038
cache: true
41-
- run: "go get ./..."
4239
- uses: "golangci/golangci-lint-action@v3"
40+
with:
41+
skip-pkg-cache: true
4342

4443
test:
4544
needs: "build"

0 commit comments

Comments
 (0)