Skip to content

Commit

Permalink
Remove versions from lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Oct 17, 2023
1 parent 4e5dd5b commit c462213
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.14'
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
uses: golangci/golangci-lint-action@v3

0 comments on commit c462213

Please sign in to comment.