Skip to content

Commit

Permalink
chore: fix export syntax (#10973)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Oct 9, 2024
1 parent d020765 commit 66406a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/postprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /postprocessor
RUN CGO_ENABLED=0 GOOS=linux go build -v -o post_processor

# Install tools used in build
RUN (export=GOTOOLCHAIN='auto' && \
RUN (export GOTOOLCHAIN='auto' && \
go install honnef.co/go/tools/cmd/staticcheck@latest && \
go install github.com/jstemmer/go-junit-report@latest && \
go install golang.org/x/lint/golint@latest && \
Expand Down

0 comments on commit 66406a5

Please sign in to comment.