Skip to content

Commit

Permalink
Merge pull request emissary-ingress#5288 from emissary-ingress/tenshi…
Browse files Browse the repository at this point in the history
…nhigashi/go1-20-8

deps(go): updating to go 1.20.8
  • Loading branch information
Alice Wasko authored Sep 12, 2023
2 parents e9014c6 + 5dd181f commit f17e189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ following Free and Open Source software:

Name Version License(s)
---- ------- ----------
the Go language standard library ("std") v1.20.7 3-clause BSD license
the Go language standard library ("std") v1.20.8 3-clause BSD license
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 MIT license
github.com/MakeNowJust/heredoc v1.0.0 MIT license
github.com/Masterminds/goutils v1.1.1 Apache License 2.0
Expand Down
2 changes: 1 addition & 1 deletion docker/base-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN apk --no-cache add \
# Pinning build version due to missing license info from pip show in newer versions
RUN pip3 install "Cython<3.0" pip-tools==6.12.1 build==0.9.0

RUN curl --fail -L https://dl.google.com/go/go1.20.7.linux-amd64.tar.gz | tar -C /usr/local -xzf -
RUN curl --fail -L https://dl.google.com/go/go1.20.8.linux-amd64.tar.gz | tar -C /usr/local -xzf -

# The YAML parser is... special. To get the C version, we need to install Cython and libyaml, then
# build it locally -- just using pip won't work.
Expand Down

0 comments on commit f17e189

Please sign in to comment.