Skip to content

Commit

Permalink
Bump go to 1.23
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danail-branekov and georgethebeatle committed Jul 18, 2024
1 parent d15a340 commit 087776d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ install-gosec:

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

GOLANGCILINT = $(shell go env GOPATH)/bin/golangci-lint
install-golangci-lint:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module code.cloudfoundry.org/korifi

go 1.22.4

toolchain go1.22.5
go 1.23

require (
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
Expand Down

0 comments on commit 087776d

Please sign in to comment.