Skip to content

Commit

Permalink
fix: Bumping golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Jan 10, 2025
1 parent 4614921 commit e9799e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/.github/workflows/build-release.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ jobs:
path: {{ "${{ steps.go.outputs.mod_cache_dir }}" }}
key: {{ "${{ github.workflow }}-${{ runner.os }}-go-mod-cache-${{ hashFiles('go.sum') }}" }}
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
# We already use setup-go's pkg cache and actions/cache's build cache, so don't double-up
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=6m
- name: Build Go binary
run: mise run build
Expand Down

0 comments on commit e9799e8

Please sign in to comment.