We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6bbe4 commit da39cd5Copy full SHA for da39cd5
ci/dockerfiles/builder.Dockerfile
@@ -1,7 +1,7 @@
1
FROM openshift/origin-release:golang-1.13
2
3
WORKDIR /go/src/github.com/operator-framework/operator-sdk
4
-ENV GOPATH=/go PATH=/go/src/github.com/operator-framework/operator-sdk/build:$PATH GOPROXY=https://proxy.golang.org/
+ENV GOPROXY=https://proxy.golang.org/
5
6
COPY . .
7
ci/prow.Makefile
@@ -4,6 +4,7 @@ export CGO_ENABLED := 0
export GOPROXY ?= https://proxy.golang.org/
build:
+ go get ./...
8
$(MAKE) -f Makefile build/operator-sdk
9
10
test/e2e/go:
0 commit comments