Skip to content

Commit 588a5fb

Browse files
committed
restore ci changes
1 parent 02e81f9 commit 588a5fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.go-version }}
26-
cache: false
2726
id: go
2827

2928
- name: Check out code into the Go module directory
@@ -37,9 +36,6 @@ jobs:
3736
3837
- name: Lint
3938
uses: golangci/golangci-lint-action@v6
40-
with:
41-
skip-cache: true
42-
args: -v
4339

4440
- name: Build
4541
run: go build -v ./...

0 commit comments

Comments
 (0)