Skip to content

Commit

Permalink
ci: update golangci-lint-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Sep 14, 2024
1 parent 335fc40 commit f25736e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
go-version-file: go.mod
cache: false
- name: Run GolangCI linter
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.54
args: '--timeout=5m'
skip-cache: true
skip-save-cache: true
- name: Run Go test coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
Expand All @@ -41,6 +42,7 @@ jobs:
uses: ./.github/workflows/tpl-packaging.yml
secrets: inherit
with:
goreleaser-version: 2
goreleaser-args: "release --clean --snapshot"
artifacts-cache: true
artifacts-cache-key: "dist-${{ github.run_id }}"
Expand Down

0 comments on commit f25736e

Please sign in to comment.