mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
chore: update to Golang 1.23 (#485)
* chore: update to Golang 1.23 * chore: configure cci to build with 1.23 Signed-off-by: Or Shachar <orchoock@gmail.com> * Update config.yml --------- Signed-off-by: Or Shachar <orchoock@gmail.com> Co-authored-by: Scott Blum <dragonsinth@gmail.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -67,7 +67,7 @@ vet:
|
||||
|
||||
.PHONY: staticcheck
|
||||
staticcheck:
|
||||
@go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
|
||||
@go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
|
||||
staticcheck ./...
|
||||
|
||||
.PHONY: ineffassign
|
||||
@@ -77,7 +77,7 @@ ineffassign:
|
||||
|
||||
.PHONY: predeclared
|
||||
predeclared:
|
||||
@go install github.com/nishanths/predeclared@5f2f810c9ae6
|
||||
@go install github.com/nishanths/predeclared@245576f9a85c
|
||||
predeclared ./...
|
||||
|
||||
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
||||
|
||||
Reference in New Issue
Block a user