File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ <<<<<<< HEAD
3+ =======
4+
5+ Compared to ` 2.23.3 ` this release adds:
6+ * Go version upgrade to 1.17.9
7+
8+ >>>>>>> d9c72ae... Bump go version to 1.17.9
29### 2.23.3
310This release includes:
411* An Amazon Linux 2 Base
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RUN yum install -y \
3636 --slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake3 \
3737 --family cmake
3838ENV HOME /home
39- RUN /bin/gimme 1.17.6
40- ENV PATH ${PATH}:/home/.gimme/versions/go1.17.6 .linux.arm64/bin:/home/.gimme/versions/go1.17.6 .linux.amd64/bin
39+ RUN /bin/gimme 1.17.9
40+ ENV PATH ${PATH}:/home/.gimme/versions/go1.17.9 .linux.arm64/bin:/home/.gimme/versions/go1.17.9 .linux.amd64/bin
4141RUN go version
4242
4343WORKDIR /tmp/fluent-bit-$FLB_VERSION/
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ RUN curl -sL -o /bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/mas
33RUN chmod +x /bin/gimme
44RUN yum upgrade -y && yum install -y tar gzip git make gcc
55ENV HOME /home
6- RUN /bin/gimme 1.17.6
7- ENV PATH ${PATH}:/home/.gimme/versions/go1.17.6 .linux.arm64/bin:/home/.gimme/versions/go1.17.6 .linux.amd64/bin
6+ RUN /bin/gimme 1.17.9
7+ ENV PATH ${PATH}:/home/.gimme/versions/go1.17.9 .linux.arm64/bin:/home/.gimme/versions/go1.17.9 .linux.amd64/bin
88RUN go version
99ENV GO111MODULE on
1010RUN go env -w GOPROXY=direct
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ RUN curl -sL -o /bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/mas
44RUN chmod +x /bin/gimme
55RUN yum upgrade -y && yum install -y tar gzip git
66ENV HOME /home
7- RUN /bin/gimme 1.17.6
8- ENV PATH ${PATH}:/home/.gimme/versions/go1.17.6 .linux.arm64/bin:/home/.gimme/versions/go1.17.6 .linux.amd64/bin
7+ RUN /bin/gimme 1.17.9
8+ ENV PATH ${PATH}:/home/.gimme/versions/go1.17.9 .linux.arm64/bin:/home/.gimme/versions/go1.17.9 .linux.amd64/bin
99RUN go version
1010ENV GOPROXY=direct
1111
You can’t perform that action at this time.
0 commit comments