Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 2 to 3 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent c376702 commit e6d29d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Linter
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest
# the default timeout is 1 minute - this is too short and results in frequent timeout errors so we increase it here
Expand Down

0 comments on commit e6d29d2

Please sign in to comment.