Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjohnsontv committed Mar 13, 2024
1 parent 8519d61 commit b2c0ba8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false

- name: Get dependencies
run: |
Expand All @@ -34,10 +35,10 @@ jobs:
run: go mod verify

- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.52
version: v1.55
args: --skip-files .*_test.go --enable wsl --enable misspell --out-format=colored-line-number --timeout 180s

- name: Build
Expand Down

0 comments on commit b2c0ba8

Please sign in to comment.