Skip to content

Commit

Permalink
CI: bump golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Oct 12, 2023
1 parent fd8a4f2 commit e71dd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
path: |
**/go.sum
**/go.mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand All @@ -41,7 +42,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.52.2
version: v1.54.2

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit e71dd84

Please sign in to comment.