Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Pin gofumports and update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim committed Nov 10, 2021
1 parent 1b7faa3 commit 699c55a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: "Install linting tools"
run: |
# This is done before checking out, as to not modify go.mod
go install mvdan.cc/gofumpt/gofumports@latest
go install github.com/mgechev/revive@latest
go install mvdan.cc/gofumpt/[email protected]
go install golang.org/x/tools/cmd/stringer@latest
- uses: "actions/checkout@v2"
- name: "Go Mod Tidy"
Expand All @@ -34,7 +33,8 @@ jobs:
fi
- uses: "golangci/golangci-lint-action@v2"
with:
version: "v1.42"
version: "v1.43"
args: "--timeout 5m0s"
skip-go-installation: true
skip-pkg-cache: true
skip-build-cache: false
Expand Down

0 comments on commit 699c55a

Please sign in to comment.