File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15 -alpine3.13 as build
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16 -alpine3.13 as build
33
44ARG TARGETPLATFORM
55ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 11module handler
22
3- go 1.15
3+ go 1.16
44
55replace handler/function => ./function
66
Original file line number Diff line number Diff line change 11language : golang-http
22fprocess : ./handler
33welcome_message : |
4- You have created a new function which uses Go 1.15 .
4+ You have created a new function which uses Go 1.16 .
55
66 To include third-party dependencies, use Go modules and use
77 "--build-arg GO111MODULE=on" with faas-cli build or configure this
Original file line number Diff line number Diff line change 11FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15 -alpine3.13 as build
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16 -alpine3.13 as build
33
44ARG TARGETPLATFORM
55ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 11module handler
22
3- go 1.15
3+ go 1.16
44
55replace handler/function => ./function
Original file line number Diff line number Diff line change 11language : golang-middleware
22fprocess : ./handler
33welcome_message : |
4- You have created a new function which uses Go 1.15 .
4+ You have created a new function which uses Go 1.16 .
55
66 To include third-party dependencies, use Go modules and use
77 "--build-arg GO111MODULE=on" with faas-cli build or configure this
You can’t perform that action at this time.
0 commit comments