Skip to content

Commit

Permalink
update linter (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaphteiros authored Nov 14, 2023
1 parent eef05eb commit 0a3157d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
run:
concurrency: 4
deadline: 10m
go: '1.20'
go: '1.21'

issues:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion hack/install-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROJECT_ROOT="${CURRENT_DIR}"/..

GO111MODULE=off go get golang.org/x/tools/cmd/goimports

curl -sfL "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b $(go env GOPATH)/bin v1.53.3
curl -sfL "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b $(go env GOPATH)/bin v1.55.2

# install jq (needed for documentation index generation)
if ! jq --version &>/dev/null; then
Expand Down

0 comments on commit 0a3157d

Please sign in to comment.