Skip to content

Commit

Permalink
build: bump golang from 1.20.7 to 1.21.4
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.7 to 1.21.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 442452f commit 6be7064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build forego
FROM golang:1.20.7-alpine as go-builder
FROM golang:1.21.4-alpine as go-builder

RUN apk add --no-cache musl-dev

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build forego
FROM golang:1.20.7 as go-builder
FROM golang:1.21.4 as go-builder

WORKDIR /build

Expand Down

0 comments on commit 6be7064

Please sign in to comment.