Skip to content

Commit

Permalink
chore: fix commands and update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n committed Sep 19, 2021
1 parent 0868a92 commit 3095292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
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.32
version: v1.42
args: --timeout=10m

# Optional: working directory, useful for monorepos
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install: main.go
$(GO) install -ldflags "$(LDFLAGS)"

lint:
go install github.com/mgechev/revive@latest
$(GO_OFF) get -u github.com/mgechev/revive
revive -config ./.revive.toml -formatter plain $(PKGS)

vet:
Expand Down

0 comments on commit 3095292

Please sign in to comment.