Skip to content

Commit

Permalink
golangci-lint v1.57.2 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Apr 18, 2024
1 parent 3c06a2b commit 4ae5e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: go mod tidy
- uses: golangci/golangci-lint-action@v4
with:
version: 'v1.56'
version: 'v1.57'
skip-pkg-cache: true
- run: go build -v ./...
- run: go test -v ./...
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ lintci:
## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint
lintci-deps:
rm -f ./build/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.56.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.57.2

.PHONY: build test run clean

0 comments on commit 4ae5e11

Please sign in to comment.