File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
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.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
3
3
4
4
ARG TARGETPLATFORM
5
5
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1
1
module handler
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
replace handler/function => ./function
6
6
Original file line number Diff line number Diff line change 1
1
language : golang-http
2
2
fprocess : ./handler
3
3
welcome_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 .
5
5
6
6
To include third-party dependencies, use Go modules and use
7
7
"--build-arg GO111MODULE=on" with faas-cli build or configure this
Original file line number Diff line number Diff line change 1
1
FROM --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
3
3
4
4
ARG TARGETPLATFORM
5
5
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1
1
module handler
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
replace handler/function => ./function
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.15 .
4
+ You have created a new function which uses Go 1.16 .
5
5
6
6
To include third-party dependencies, use Go modules and use
7
7
"--build-arg GO111MODULE=on" with faas-cli build or configure this
You can’t perform that action at this time.
0 commit comments