From 30ebb9e067b09d0d0ffc75b20f0c8347f0bd09cd Mon Sep 17 00:00:00 2001 From: decfox Date: Mon, 25 Nov 2024 01:56:24 +0530 Subject: [PATCH] allow psiphon to build with go1.22 --- internal/feature/psiphonfeat/psiphon_enabled.go | 2 +- internal/feature/psiphonfeat/psiphon_otherwise.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/feature/psiphonfeat/psiphon_enabled.go b/internal/feature/psiphonfeat/psiphon_enabled.go index 95f11ee95d..efb8c612b5 100644 --- a/internal/feature/psiphonfeat/psiphon_enabled.go +++ b/internal/feature/psiphonfeat/psiphon_enabled.go @@ -1,4 +1,4 @@ -//go:build !go1.22 && !ooni_feature_disable_psiphon +//go:build !go1.23 && !ooni_feature_disable_psiphon package psiphonfeat diff --git a/internal/feature/psiphonfeat/psiphon_otherwise.go b/internal/feature/psiphonfeat/psiphon_otherwise.go index 4ed78fa058..c154d81404 100644 --- a/internal/feature/psiphonfeat/psiphon_otherwise.go +++ b/internal/feature/psiphonfeat/psiphon_otherwise.go @@ -1,4 +1,4 @@ -//go:build go1.22 || ooni_feature_disable_psiphon +//go:build go1.23 || ooni_feature_disable_psiphon package psiphonfeat