File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 1
2020 - name : Setup faas-cli
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS build
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 11module handler/function
22
3- go 1.18
3+ go 1.24
44
55require github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03
Original file line number Diff line number Diff line change 11module handler
22
3- go 1.23
3+ go 1.24
44
55require github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS build
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 11module handler/function
22
3- go 1.18
3+ go 1.24
Original file line number Diff line number Diff line change 11module handler
22
3- go 1.23
3+ go 1.24
You can’t perform that action at this time.
0 commit comments