Skip to content

Commit

Permalink
Fix running the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Mar 11, 2025
1 parent 067cf2b commit 772a16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linters-settings:
locale: US

run:
go: '1.21'
go: '1.23'

linters:
disable-all: true
Expand Down Expand Up @@ -35,4 +35,4 @@ issues:
- deadcode

service:
golangci-lint-version: 1.51.2 # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.64.6 # use the fixed version to not introduce new linters unexpectedly
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ getdeps:
@echo "Checking dependencies"
@mkdir -p ${GOPATH}/bin
@echo "Installing golangci-lint" && \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 && \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6 && \
echo "Installing govulncheck" && \
go install golang.org/x/vuln/cmd/govulncheck@latest &&\
echo "installing gopls" && \
Expand Down

0 comments on commit 772a16c

Please sign in to comment.