We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4614921 commit e9799e8Copy full SHA for e9799e8
templates/.github/workflows/build-release.yml.tpl
@@ -67,12 +67,9 @@ jobs:
67
path: {{ "${{ steps.go.outputs.mod_cache_dir }}" }}
68
key: {{ "${{ github.workflow }}-${{ runner.os }}-go-mod-cache-${{ hashFiles('go.sum') }}" }}
69
- name: Lint
70
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
71
with:
72
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
76
args: --timeout=6m
77
- name: Build Go binary
78
run: mise run build
0 commit comments