Skip to content

Commit

Permalink
ci: remove setup-go action from lint job
Browse files Browse the repository at this point in the history
After the golangci-lint version was bumped, the linter stopped working at the ci [1].

[1] golangci/golangci-lint-action#23
  • Loading branch information
Choraden committed Aug 16, 2023
1 parent 5efb898 commit 0271af4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
run: |
cat .version >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "${{env.GO_VERSION}}"

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 0271af4

Please sign in to comment.