Skip to content

Commit

Permalink
ci: fixup go env due to vendor change
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Feb 1, 2025
1 parent 3156b16 commit 660aeaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM golang:1.23 AS builder
WORKDIR /go/src/app
COPY . .

ENV GOFLAGS="-mod=vendor" \
VERSION_PACKAGE="github.com/coupergateway/couper/utils"
ENV VERSION_PACKAGE="github.com/coupergateway/couper/utils"

RUN go mod download

Expand Down

0 comments on commit 660aeaf

Please sign in to comment.