diff --git a/.github/workflows/go_build.yml b/.github/workflows/go_build.yml index e811ade6..b69fafb6 100644 --- a/.github/workflows/go_build.yml +++ b/.github/workflows/go_build.yml @@ -3,7 +3,8 @@ name: "Go Build" -on: [push, pull_request] +# on: [push, pull_request] +on: push # no need to double-run on PR if we are running on all pushes already jobs: build: diff --git a/internal/qtls/cipher_suite.go b/internal/qtls/cipher_suite.go index e13cdcfd..fdb2553d 100644 --- a/internal/qtls/cipher_suite.go +++ b/internal/qtls/cipher_suite.go @@ -7,7 +7,7 @@ import ( tls "github.com/refraction-networking/utls" ) -//go:linkname cipherSuitesTLS13 crypto/tls.cipherSuitesTLS13 +//go:linkname cipherSuitesTLS13 github.com/refraction-networking/utls.cipherSuitesTLS13 var cipherSuitesTLS13 []unsafe.Pointer //go:linkname defaultCipherSuitesTLS13 crypto/tls.defaultCipherSuitesTLS13