Skip to content

Commit

Permalink
Updating linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 6, 2023
1 parent 55971c8 commit 16ff337
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: "1.17"
cache: false

- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45
- name: Check out code
uses: actions/checkout@v3

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

0 comments on commit 16ff337

Please sign in to comment.