Skip to content

Commit

Permalink
Fix format warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adidenko committed Nov 7, 2024
1 parent bdf78c1 commit 0cb73b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
# @authors Minigun Maintainers
# @copyright 2020 Wayfair, LLC -- All rights reserved.

FROM golang:1.22.9 as test
FROM golang:1.22.9 AS test
ENV GOPATH=/go
ENV PATH="$PATH:$GOPATH/bin"
WORKDIR /go/src/github.com/wayfair-incubator/minigun
COPY . ./
RUN make test

FROM test as build
FROM test AS build
ENV GOPATH=/go
ENV PATH="$PATH:$GOPATH/bin"
WORKDIR /go/src/github.com/wayfair-incubator/minigun
Expand Down

0 comments on commit 0cb73b3

Please sign in to comment.