Skip to content

Commit

Permalink
Bump golang from 1.21 to 1.22
Browse files Browse the repository at this point in the history
Bumps golang from 1.21 to 1.22.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 44aad06 commit bd77cfa
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,6 +1,6 @@
FROM ghcr.io/openfaas/license-check:0.4.2 as license-check

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 as build
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit bd77cfa

Please sign in to comment.