Skip to content

Commit

Permalink
allow psiphon to build with go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Nov 24, 2024
1 parent cb29d20 commit 30ebb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/feature/psiphonfeat/psiphon_enabled.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !go1.22 && !ooni_feature_disable_psiphon
//go:build !go1.23 && !ooni_feature_disable_psiphon

package psiphonfeat

Expand Down
2 changes: 1 addition & 1 deletion internal/feature/psiphonfeat/psiphon_otherwise.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build go1.22 || ooni_feature_disable_psiphon
//go:build go1.23 || ooni_feature_disable_psiphon

package psiphonfeat

Expand Down

0 comments on commit 30ebb9e

Please sign in to comment.