Skip to content

Commit a85855f

Browse files
committed
image to 1.23
1 parent 2b53834 commit a85855f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26-
- uses: actions/setup-go@v3
26+
- uses: actions/setup-go@v5
2727
with:
2828
cache: true
2929
go-version-file: "go.mod"
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939

40-
- uses: actions/setup-go@v3
40+
- uses: actions/setup-go@v5
4141
with:
4242
cache: true
4343
go-version-file: "go.mod"

cmd/autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM gcr.io/iguazio/golang:1.23.8-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.23-alpine AS builder
1717

1818
RUN apk --update --no-cache add \
1919
git \

cmd/dlx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM gcr.io/iguazio/golang:1.23.8-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.23-alpine AS builder
1717

1818
RUN apk --update --no-cache add \
1919
git \

0 commit comments

Comments
 (0)