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 8478139 commit fb1886e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
steps:
- uses: actions/setup-go@v5
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@v4
- run: |
bash hack/install_dep.sh
Expand Down

0 comments on commit fb1886e

Please sign in to comment.