Skip to content

Commit

Permalink
Update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Jan 16, 2024
1 parent aa53754 commit 6593c5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest

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

- name: Check out code
uses: actions/checkout@v3

Expand All @@ -23,6 +29,6 @@ jobs:
password: ${{ secrets.GO_MOD_PASS }}

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

0 comments on commit 6593c5e

Please sign in to comment.