Skip to content

Commit

Permalink
fix golinter
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Feb 27, 2024
1 parent fbecac9 commit a33a0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.20.5'
- uses: golangci/golangci-lint-action@v2
go-version: '1.20'
- uses: golangci/golangci-lint-action@v4
with:
version: 'v1.51.1'
version: 'v1.54'
args: -v

0 comments on commit a33a0a9

Please sign in to comment.