File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * bitly/slothsgi
1+ * @ bitly/sloths
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010
1111 - name : Set Swap Space
1212 uses : pierotofy/set-swap-space@master
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Set Swap Space
1818 uses : pierotofy/set-swap-space@master
1919 with :
2020 swap-size-gb : 12
2121
22- - uses : actions/setup-go@v5
22+ - uses : actions/setup-go@v6
2323 with :
2424 go-version-file : " ./go.mod"
2525 check-latest : true
Original file line number Diff line number Diff line change 11# ############################################
22# Build
33# ############################################
4- FROM --platform=$BUILDPLATFORM golang:1.24 -alpine as build
4+ FROM --platform=$BUILDPLATFORM golang:1.26 -alpine as build
55
66RUN apk upgrade --no-cache --force
77RUN apk add --update build-base make git
Original file line number Diff line number Diff line change 11module github.com/webdevops/go-replace
22
3- go 1.24.0
4-
5- toolchain go1.24.4
3+ go 1.26.0
64
75require (
86 github.com/Masterminds/sprig/v3 v3.3.0
You can’t perform that action at this time.
0 commit comments