Update go modules to build with go 1.19#29
Merged
Songmu merged 2 commits intoSongmu:masterfrom Sep 24, 2022
k1LoW:update-pkgs
Merged
Update go modules to build with go 1.19#29Songmu merged 2 commits intoSongmu:masterfrom k1LoW:update-pkgs
Songmu merged 2 commits intoSongmu:masterfrom
k1LoW:update-pkgs
Conversation
Update go modules due to the following error ```console $ make test go get -d -v -t go: downloading google.golang.org/appengine v1.6.6 go: downloading github.com/golang/protobuf v1.4.2 go test ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.1_13.go:40:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:43:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:59:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:75:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:90:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname must refer to declared function or variable ../../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200802091954-4b90ce9b60b3/unix/zsyscall_darwin_arm64.go:121:3: too many errors FAIL github.com/Songmu/maltmill [build failed] make: *** [test] Error 2 $ ```
Owner
|
thank you! |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update go modules due to the following error.