Skip to content

Commit

Permalink
deps: update golangci-lint 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Sep 25, 2024
1 parent 976e8ee commit 72fab20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2
version: v1.61.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SRC=$(shell find . -type f -name '*.go')
TEST_CONTAINER_NAME=soratun-test
TEST_CONTAINER_RESOURCE=$(TEST_CONTAINER_NAME):latest

GOLANGCI_VERSION=1.54.2
GOLANGCI_VERSION=1.61.0
GOIMPORTS_VERSION=0.12.0
MOCKGEN_VERSION=0.2.0
JSON_SCHEMA_DOCS_VERSION=0.2.1
Expand Down

0 comments on commit 72fab20

Please sign in to comment.