cd nitro && git submodule update --init --recursive --force
Make
make
Expected behavior
mkdir -p solgen/go/
go run solgen/gen.go
successfully generated go abi files
successfully exported abi files
go run ./linters ./...
-: # github.com/quic-go/quic-go/internal/qtls
../go/pkg/mod/github.com/quic-go/quic-go@v0.33.0/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration
/root/go/pkg/mod/github.com/quic-go/quic-go@v0.33.0/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration
linters: 2 errors during loading
exit status 1
make: *** [Makefile:314: .make/lint] Error 1
Describe the bug I have tried compile nitro from soucecode with offical doc: https://docs.arbitrum.io/run-arbitrum-node/nitro/build-nitro-locally, and my os is
ubuntu 22.04
and my environment is:To Reproduce
Expected behavior
Screenshots