Skip to content

Commit

Permalink
Fix golangci-lint workflow (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 20, 2023
1 parent a9b6eb1 commit 2788b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.20.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.53.3

0 comments on commit 2788b54

Please sign in to comment.