File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ brew-lint-depends:
3838
3939.PHONY : debian-lint-depends # Install linting tools on Debian
4040debian-lint-depends :
41- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.63.0
41+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.63.4
4242
4343.PHONY : install-generators # Install Go code generators
4444install-generators :
45- @$(GO ) install golang.org/x/tools/cmd/stringer@v0.24 .0
45+ @$(GO ) install golang.org/x/tools/cmd/stringer@v0.29 .0
4646
4747.PHONY : generate # Generate Go code
4848generate :
Original file line number Diff line number Diff line change 11// Package registry provides a RFC 9535 JSONPath function registry.
22package registry
33
4- //go:generate stringer -linecomment -output registry_string.go -type FuncType
5-
64import (
75 "errors"
86 "fmt"
You can’t perform that action at this time.
0 commit comments