Skip to content

Commit

Permalink
github action use golang 1.21.4 for golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Dec 19, 2023
1 parent ecdfc09 commit bcb64cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
# cannot use 1.21.X latest version since golangci-lint has an issue.
go-version: '1.21.4'
- uses: actions/checkout@v3
- run: |
bash hack/install_dep.sh
Expand Down

0 comments on commit bcb64cc

Please sign in to comment.