chore(deps): bump golang from 1.19 to 1.20 in /deploy (#2388)

Bumps golang from 1.19 to 1.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-18 15:59:59 -07:00 committed by GitHub
parent 8d975f346f
commit 197fbdd705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM golang:1.19 FROM golang:1.20
WORKDIR /src WORKDIR /src
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM golang:1.19 FROM golang:1.20
WORKDIR /src WORKDIR /src
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
# Builds the static Go image to execute in a Kubernetes job # Builds the static Go image to execute in a Kubernetes job
FROM golang:1.19 FROM golang:1.20
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
ARG TARGETARCH ARG TARGETARCH

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM golang:1.19 FROM golang:1.20
WORKDIR /src WORKDIR /src
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)