Skip to content

Commit

Permalink
Update GH lint worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Dec 21, 2023
1 parent 9fbbdf1 commit f7385a2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .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.20.4"

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

0 comments on commit f7385a2

Please sign in to comment.