Skip to content

Commit

Permalink
chore(deps): bump golang from 1.19 to 1.20 in /deploy (GoogleContaine…
Browse files Browse the repository at this point in the history
…rTools#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>
  • Loading branch information
dependabot[bot] authored and kylecarbs committed Jul 12, 2023
1 parent 75e2638 commit 98d437e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19
FROM golang:1.20
WORKDIR /src

# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile_debug
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19
FROM golang:1.20
WORKDIR /src

# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile_slim
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# 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.)
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile_warmer
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19
FROM golang:1.20
WORKDIR /src

# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
Expand Down

0 comments on commit 98d437e

Please sign in to comment.