Skip to content

Commit

Permalink
chore(deps): bump golang from 1.20 to 1.22
Browse files Browse the repository at this point in the history
Bumps golang from 1.20 to 1.22.

---
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] committed Feb 7, 2024
1 parent 668d555 commit e4d5009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20@sha256:bc5f0b5e43282627279fe5262ae275fecb3d2eae3b33977a7fd200c7a760d6f1 as builder
FROM golang:1.22@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 as builder
WORKDIR /app
ARG VERSION
COPY go.mod /app/go.mod
Expand Down

0 comments on commit e4d5009

Please sign in to comment.