Skip to content

Commit

Permalink
Tweak - squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper authored Feb 21, 2023
1 parent be74987 commit e0c244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ RUN \
&& go install github.com/goreleaser/goreleaser@v${GO_RELEASER_VERSION} \
&& sudo rm -rf /go/src/ && sudo rm -rf /go/pkg/mod

RUN sudo mkdir /go/pkg/mod && sudo chown $USERNAME /go/pkg/mod
RUN sudo mkdir /go/pkg/mod && sudo chown -R $USERNAME /go/pkg/mod

0 comments on commit e0c244a

Please sign in to comment.