Skip to content

Commit

Permalink
chore: update golangci-lint GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Dec 2, 2024
1 parent e16582b commit 5c2a4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version-input }}
check-latest: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: '1.23.3'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.0
args: --timeout=180s
Expand Down

0 comments on commit 5c2a4bf

Please sign in to comment.