Skip to content

Commit

Permalink
Bump version for golint
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Oct 11, 2023
1 parent db43531 commit 9936ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -23,5 +23,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.47.2
version: v1.49
args: --timeout 10m0s
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ test-all: test-memiavl
test-memiavl:
@cd sc/memiavl; go test -v -mod=readonly ./... -coverprofile=$(COVERAGE) -covermode=atomic

lint:
lint-all: lint-memiavl

lint-memiavl:
golangci-lint run --config=.golangci.yml -- sc/memiavl/...

0 comments on commit 9936ae7

Please sign in to comment.