You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-lokalise-api v3.2.0 appears to be pulling in an older version of golang.org/x/sys (via go-resty) which causes the CLI to fail to build on macOS with Go 1.18.
go-lokalise-api v.3.2.1 seems fine.
Details
Operating system: macOS 12.3
Go: 1.18
Steps to reproduce
go install github.com/lokalise/lokalise-cli-2-go@latest
Expected result: CLI binary is installed successfully.
Actual result:
# golang.org/x/sys/unix
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:28:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:43:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:59:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:75:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:90:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:105:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:121:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:136:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:151:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:166:3: //go:linkname must refer to declared function or variable
../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:166:3: too many errors
The text was updated successfully, but these errors were encountered:
Description
go-lokalise-api
v3.2.0 appears to be pulling in an older version ofgolang.org/x/sys
(viago-resty
) which causes the CLI to fail to build on macOS with Go 1.18.go-lokalise-api
v.3.2.1 seems fine.Details
Operating system: macOS 12.3
Go: 1.18
Steps to reproduce
Expected result: CLI binary is installed successfully.
Actual result:
The text was updated successfully, but these errors were encountered: