Skip to content

Commit

Permalink
Update lint GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Dec 21, 2023
1 parent b557fcc commit 9c7e8c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
username: ${{ secrets.GO_MOD_USER }}
password: ${{ secrets.GO_MOD_PASS }}

- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.17.5"

- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.52

0 comments on commit 9c7e8c6

Please sign in to comment.