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 14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 1
20
20
- 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
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS build
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
1
module handler/function
2
2
3
- go 1.18
3
+ go 1.24
4
4
5
5
require github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03
Original file line number Diff line number Diff line change 1
1
module handler
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
5
require 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
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS build
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
1
module handler/function
2
2
3
- go 1.18
3
+ go 1.24
Original file line number Diff line number Diff line change 1
1
module handler
2
2
3
- go 1.23
3
+ go 1.24
You can’t perform that action at this time.
0 commit comments