Skip to content

Commit

Permalink
Bump golang from 1.20 to 1.21 (#79)
Browse files Browse the repository at this point in the history
Bumps golang from 1.20 to 1.21.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <[email protected]>
  • Loading branch information
dependabot[bot] and averikitsch authored Sep 6, 2023
1 parent 5317faf commit 7491122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.20 as builder
FROM golang:1.21 as builder
# Create and change to the app directory.
WORKDIR /app
# Retrieve application dependencies using go modules.
Expand Down
2 changes: 1 addition & 1 deletion placeholder.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.20 as builder
FROM golang:1.21 as builder
# Create and change to the app directory.
WORKDIR /app
# Retrieve application dependencies using go modules.
Expand Down

0 comments on commit 7491122

Please sign in to comment.