File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2
- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 -alpine as build
2
+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 -alpine as build
3
3
4
4
ARG TARGETPLATFORM
5
5
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2
- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 -alpine as build
2
+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 -alpine as build
3
3
4
4
ARG TARGETPLATFORM
5
5
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1
1
language : golang-middleware
2
2
fprocess : ./handler
3
3
welcome_message : |
4
- You have created a new function which uses Go 1.21 and Alpine
4
+ You have created a new function which uses Go 1.22 and Alpine
5
5
Linux as its base image.
6
6
7
7
To disable the go module, for private vendor code, please use
You can’t perform that action at this time.
0 commit comments