Skip to content

Commit

Permalink
Fix E2E test
Browse files Browse the repository at this point in the history
The latest constraint is on Go 1.22 and isn't
compatible with Go 1.21.

Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Dec 20, 2024
1 parent b80e46e commit 956c2d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/externaldata/dummy-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ WORKDIR /go/src/github.com/open-policy-agent/gatekeeper/test/externaldata/dummy-

COPY . .

RUN go mod init && go mod tidy
RUN go mod init && \
go get github.com/open-policy-agent/frameworks/[email protected] && \
go mod tidy

RUN go build -o provider provider.go

Expand Down

0 comments on commit 956c2d3

Please sign in to comment.