Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump wandera/golangci-lint-action from 4 to 5 #287

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v4
uses: wandera/golangci-lint-action@v5
with:
version: v1.56
version: v1.57
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run-follower: build
check: proto
@echo "Running check"
ifeq (, $(shell which golangci-lint))
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GOPATH}/bin v1.54.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GOPATH}/bin v1.57.2
endif
golangci-lint run

Expand Down Expand Up @@ -76,4 +76,3 @@ clean:
.PHONY: serve-docs
serve-docs:
BUNDLE_GEMFILE='./docs/Gemfile' bundle exec jekyll serve --source './docs' --config './docs/_config.yml'

Loading