You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github: set the GOPROXY for all actions that need it
Workaround for expired cert at source of indirect dependency
go.opencensus.io/trace
The Fedora tests are run using a container again instead of relying on
the makefile so we can control the environment.
Copy file name to clipboardExpand all lines: .github/workflows/test-osbuild-composer-integration.yml
+4
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ jobs:
53
53
runs-on: ubuntu-latest
54
54
container:
55
55
image: registry.fedoraproject.org/fedora:latest
56
+
env:
57
+
# workaround for expired cert at source of indirect dependency
58
+
# (go.opencensus.io/trace)
59
+
GOPROXY: "https://proxy.golang.org|direct"
56
60
outputs:
57
61
# Define job outputs
58
62
# (see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs#example-defining-outputs-for-a-job)
0 commit comments