Skip to content

Commit

Permalink
Merge pull request #164 from navidys/gh_action_golangci_lint
Browse files Browse the repository at this point in the history
github action use golang 1.21.4 for golangci-lint
  • Loading branch information
navidys authored Dec 19, 2023
2 parents ecdfc09 + bcb64cc commit 0fdfeb0
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 0fdfeb0

Please sign in to comment.