Skip to content

Commit

Permalink
ci: use latest go version for lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jun 18, 2024
1 parent b43c943 commit c05a873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
echo "LD_LIBRARY_PATH=${pkgcraft_dir}" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: '>=1.18.0'

- name: Lint code
uses: golangci/golangci-lint-action@v6

0 comments on commit c05a873

Please sign in to comment.