Skip to content

Commit 3658ef0

Browse files
committed
Update golang version
1 parent e36b5be commit 3658ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/formatter/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3333

3434
# Add buildifier
3535
RUN apt-get update && apt-get install -y --no-install-recommends \
36-
golang-1.16-go
37-
ENV PATH=$PATH:/usr/lib/go-1.16/bin:~/go/bin
38-
RUN /usr/lib/go-1.16/bin/go get github.com/bazelbuild/buildtools/buildifier@6.0.1
36+
golang-1.23-go
37+
ENV PATH=$PATH:/usr/lib/go-1.23/bin:~/go/bin
38+
RUN /usr/lib/go-1.23/bin/go get github.com/bazelbuild/buildtools/buildifier@6.0.1
3939
RUN cp ~/go/bin/buildifier ${FORMATTER_HOME}/
4040

4141
# Add CLang formatter

0 commit comments

Comments
 (0)