Skip to content

Commit

Permalink
Update lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jul 27, 2024
1 parent 1b82549 commit a7bc694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: "1.20"
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
version: v1.59
- name: Run go vet
run: |
go vet ./...

0 comments on commit a7bc694

Please sign in to comment.