Skip to content

Commit

Permalink
Updated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
warmans committed Nov 19, 2024
1 parent 60ad684 commit 5dc91d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1
version: v1.62.0
working-directory: cmd
skip-cache: true
args: --timeout=5m
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LOCAL_BIN := "$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))/.env/bi

.PHONY: install.linter
install.linter:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCAL_BIN) v1.51.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCAL_BIN) v1.62.0

.PHONY: lint.go
lint:
Expand Down

0 comments on commit 5dc91d2

Please sign in to comment.