summaryrefslogtreecommitdiff
path: root/gnu/packages/authentication.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/authentication.scm')
-rw-r--r--gnu/packages/authentication.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index c7f7d819734..6e113bc91ee 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -143,7 +143,6 @@ PSKC (RFC6030) to manage secret key data.")
143 (build-system go-build-system) 143 (build-system go-build-system)
144 (arguments 144 (arguments
145 (list 145 (list
146 #:go go-1.23
147 #:install-source? #f 146 #:install-source? #f
148 #:import-path "github.com/google/oauth2l" 147 #:import-path "github.com/google/oauth2l"
149 #:test-flags 148 #:test-flags
@@ -161,7 +160,9 @@ PSKC (RFC6030) to manage secret key data.")
161 "TestServiceAccountImpersonationFlow/fetch._sso.*" 160 "TestServiceAccountImpersonationFlow/fetch._sso.*"
162 "TestStsFlow/fetch._2lo._sts" 161 "TestStsFlow/fetch._2lo._sts"
163 "TestStsFlow/fetch._sso._sts") 162 "TestStsFlow/fetch._sso._sts")
164 "|")) 163 "|")
164 ;; go 1.24 runs -vet by default, but oauth2l isn't ready
165 "-vet=off")
165 #:phases 166 #:phases
166 #~(modify-phases %standard-phases 167 #~(modify-phases %standard-phases
167 (add-before 'check 'pre-check 168 (add-before 'check 'pre-check