Skip to content

Commit

Permalink
Remove setting of GOMODULE env var. (#4761)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Sep 25, 2023
1 parent dac515e commit 0364aae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ARG IBC_GO_VERSION
RUN set -eux; apk add --no-cache git libusb-dev linux-headers gcc musl-dev make;

ENV GOPATH=""
ENV GOMODULE="on"

# ensure the ibc go version is being specified for this image.
RUN test -n "${IBC_GO_VERSION}"
Expand Down
1 change: 0 additions & 1 deletion modules/apps/callbacks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM golang:1.21-alpine3.18 as builder
RUN set -eux; apk add --no-cache git libusb-dev linux-headers gcc musl-dev make;

ENV GOPATH=""
ENV GOMODULE="on"

# Copy relevant files before go mod download. Replace directives to local paths break if local
# files are not copied before go mod download.
Expand Down

0 comments on commit 0364aae

Please sign in to comment.