Skip to content

Commit

Permalink
build: downgrade sidecar to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed May 31, 2024
1 parent ded9f18 commit cf0892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/fluentbit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3 as go-builder
FROM golang:1.20.14 as go-builder
RUN mkdir /build
ADD ./out_gstdout /build/
WORKDIR /build
Expand Down

0 comments on commit cf0892a

Please sign in to comment.