Skip to content

Does'nt match compiler version go1.19.4 go1.19.6 #23

@cocoth

Description

@cocoth

i was running
go install -v github.com/projectdiscovery/openrisk@latest

and then i got this:

# internal/unsafeheader
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/goarch
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/goexperiment
compile: version "go1.19.4" does not match go tool version "go1.19.6"
internal/goos
internal/cpu
runtime/internal/syscall
runtime/internal/atomic
# internal/goos
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/cpu
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# runtime/internal/atomic
compile: version "go1.19.4" does not match go tool version "go1.19.6"
internal/race
sync/atomic
# runtime/internal/syscall
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/race
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# sync/atomic
compile: version "go1.19.4" does not match go tool version "go1.19.6"
unicode/utf8
encoding
internal/itoa
unicode
# encoding
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# unicode/utf8
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/itoa
compile: version "go1.19.4" does not match go tool version "go1.19.6"
github.com/projectdiscovery/gologger/levels
# unicode
compile: version "go1.19.4" does not match go tool version "go1.19.6"
unicode/utf16
math/bits
github.com/dsnet/compress/bzip2/internal/sais
# unicode/utf16
compile: version "go1.19.4" does not match go tool version "go1.19.6"
github.com/dsnet/compress/internal
# github.com/dsnet/compress/bzip2/internal/sais
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# math/bits
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# github.com/dsnet/compress/internal
compile: version "go1.19.4" does not match go tool version "go1.19.6"
crypto/subtle
crypto/internal/subtle
# github.com/projectdiscovery/gologger/levels
compile: version "go1.19.4" does not match go tool version "go1.19.6"
github.com/ulikunitz/xz/internal/hash
crypto/internal/boring/sig
# crypto/internal/subtle
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# crypto/subtle
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# github.com/ulikunitz/xz/internal/hash
compile: version "go1.19.4" does not match go tool version "go1.19.6"
internal/nettrace
container/list
vendor/golang.org/x/crypto/cryptobyte/asn1
# crypto/internal/boring/sig
compile: version "go1.19.4" does not match go tool version "go1.19.6"
vendor/golang.org/x/crypto/internal/subtle
# container/list
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# internal/nettrace
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# vendor/golang.org/x/crypto/cryptobyte/asn1
compile: version "go1.19.4" does not match go tool version "go1.19.6"
# vendor/golang.org/x/crypto/internal/subtle
compile: version "go1.19.4" does not match go tool version "go1.19.6"

Metadata

Metadata

Assignees

Labels

Status: AbandonedThis issue is no longer important to the requestor and no one else has shown an interest in it.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions