Skip to content

Commit

Permalink
Updated linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yaricom committed Dec 9, 2024
1 parent 0e8d44e commit 296327d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.17
- uses: actions/checkout@v3
go-version: '1.21'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
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.29
version: v1.60

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

0 comments on commit 296327d

Please sign in to comment.