@eNV25 A workaround without installing go1.18 could be to disable quic-go
with the build tag PSIPHON_DISABLE_QUIC
, support was added here
Search Criteria
Package Details: psiphon-console-client 2.0.29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/psiphon-tunnel-core.git (read-only, click to copy) |
---|---|
Package Base: | psiphon-tunnel-core |
Description: | Psiphon Internet censorship circumvention system. |
Upstream URL: | https://github.com/Psiphon-Labs/psiphon-tunnel-core |
Keywords: | proxy psiphon |
Licenses: | GPL |
Submitter: | eNV25 |
Maintainer: | eNV25 |
Last Packager: | eNV25 |
Votes: | 4 |
Popularity: | 0.011968 |
First Submitted: | 2021-11-26 07:04 (UTC) |
Last Updated: | 2023-02-15 15:01 (UTC) |
Dependencies (1)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Required by (0)
Sources (1)
Latest Comments
gilcu3 commented on 2022-09-30 09:29 (UTC)
eNV25 commented on 2022-09-30 07:20 (UTC)
gilcu3, Known issue. You need to downgrade or install go1.18, until upstream updates their version of quic-go.
gilcu3 commented on 2022-09-29 23:14 (UTC)
This currently doesn't build with go1.19
go/src/github.com/Psiphon-Labs/psiphon-tunnel-core/vendor/github.com/Psiphon-Labs/quic-go/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration
Pinned Comments
gilcu3 commented on 2022-09-30 09:29 (UTC)
@eNV25 A workaround without installing go1.18 could be to disable
quic-go
with the build tagPSIPHON_DISABLE_QUIC
, support was added here