Skip to content

Commit

Permalink
attempt to fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Jan 29, 2023
1 parent 4c83a92 commit c9c546a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
golangci-lint run
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
test:
name: go test
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c9c546a

Please sign in to comment.