File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515
16- - name : Set up Go 1.24.3
16+ - name : Set up Go 1.24.4
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : 1.24.3
19+ go-version : 1.24.4
2020
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.24.3 -alpine as builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24.4 -alpine as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/SAP/sap-btp-service-operator
22
3- go 1.24.3
3+ go 1.24.4
44
55require (
66 github.com/Masterminds/sprig/v3 v3.2.3
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ manager:
3434 image :
3535 repository : quay.io/brancz/kube-rbac-proxy
3636 sha : " "
37- tag : v0.15.0
37+ tag : 0.19.1
3838 memory_limit : " "
3939 cpu_limit : " "
4040 req_memory_limit : " "
You can’t perform that action at this time.
0 commit comments