Skip to content

Commit e9799e8

Browse files
committed
fix: Bumping golangci-lint-action
1 parent 4614921 commit e9799e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/.github/workflows/build-release.yml.tpl

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@ jobs:
6767
path: {{ "${{ steps.go.outputs.mod_cache_dir }}" }}
6868
key: {{ "${{ github.workflow }}-${{ runner.os }}-go-mod-cache-${{ hashFiles('go.sum') }}" }}
6969
- name: Lint
70-
uses: golangci/golangci-lint-action@v4
70+
uses: golangci/golangci-lint-action@v6
7171
with:
7272
version: latest
73-
# We already use setup-go's pkg cache and actions/cache's build cache, so don't double-up
74-
skip-pkg-cache: true
75-
skip-build-cache: true
7673
args: --timeout=6m
7774
- name: Build Go binary
7875
run: mise run build

0 commit comments

Comments
 (0)