Skip to content

Commit 087776d

Browse files
Bump go to 1.23
Also, temporarily pin staticcheck to `2024.1rc1` until this becomes an official release. See dominikh/go-tools#1578 (comment) Now golangci-lint panics. It seems that it does not support 1.23 yet, see golangci/golangci-lint#4837 Sounds like it is going to be the case until golang is oficially released Co-authored-by: Georgi Sabev <[email protected]>
1 parent d15a340 commit 087776d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ install-gosec:
103103

104104
STATICCHECK = $(shell go env GOPATH)/bin/staticcheck
105105
install-staticcheck:
106-
go install honnef.co/go/tools/cmd/staticcheck@latest
106+
go install honnef.co/go/tools/cmd/staticcheck@2024.1rc1
107107

108108
GOLANGCILINT = $(shell go env GOPATH)/bin/golangci-lint
109109
install-golangci-lint:

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module code.cloudfoundry.org/korifi
22

3-
go 1.22.4
4-
5-
toolchain go1.22.5
3+
go 1.23
64

75
require (
86
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5

0 commit comments

Comments
 (0)