File tree 11 files changed +15
-15
lines changed
11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
4
# -------------------------------------------------------------------------------------------------------------
5
5
6
- FROM golang:1.23.6
6
+ FROM golang:1.23.7
7
7
8
8
# Avoid warnings by switching to noninteractive
9
9
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 16
16
id-token : write # needed for signing the images with GitHub OIDC Token **not production ready**
17
17
18
18
# keda-tools is built from github.com/test-tools/tools/Dockerfile
19
- container : ghcr.io/kedacore/keda-tools:1.23.6
19
+ container : ghcr.io/kedacore/keda-tools:1.23.7
20
20
steps :
21
21
- name : Check out code
22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 10
10
triage :
11
11
runs-on : ubuntu-latest
12
12
name : Comment evaluate
13
- container : ghcr.io/kedacore/keda-tools:1.23.6
13
+ container : ghcr.io/kedacore/keda-tools:1.23.7
14
14
outputs :
15
15
run-e2e : ${{ startsWith(github.event.comment.body,'/run-e2e') && steps.checkUserMember.outputs.isTeamMember == 'true' }}
16
16
pr_num : ${{ steps.parser.outputs.pr_num }}
69
69
needs : triage
70
70
runs-on : ubuntu-latest
71
71
name : Build images
72
- container : ghcr.io/kedacore/keda-tools:1.23.6
72
+ container : ghcr.io/kedacore/keda-tools:1.23.7
73
73
if : needs.triage.outputs.run-e2e == 'true'
74
74
steps :
75
75
- name : Set status in-progress
@@ -149,7 +149,7 @@ jobs:
149
149
needs : [triage, build-test-images]
150
150
runs-on : e2e
151
151
name : Execute e2e tests
152
- container : ghcr.io/kedacore/keda-tools:1.23.6
152
+ container : ghcr.io/kedacore/keda-tools:1.23.7
153
153
if : needs.triage.outputs.run-e2e == 'true'
154
154
steps :
155
155
- name : Set status in-progress
Original file line number Diff line number Diff line change 10
10
validate :
11
11
name : validate - ${{ matrix.name }}
12
12
runs-on : ${{ matrix.runner }}
13
- container : ghcr.io/kedacore/keda-tools:1.23.6
13
+ container : ghcr.io/kedacore/keda-tools:1.23.7
14
14
strategy :
15
15
matrix :
16
16
include :
80
80
pull-requests : read # for dorny/paths-filter to read pull requests
81
81
name : validate-dockerfiles - ${{ matrix.name }}
82
82
runs-on : ${{ matrix.runner }}
83
- container : ghcr.io/kedacore/keda-tools:1.23.6
83
+ container : ghcr.io/kedacore/keda-tools:1.23.7
84
84
strategy :
85
85
matrix :
86
86
include :
@@ -114,7 +114,7 @@ jobs:
114
114
pull-requests : read # for dorny/paths-filter to read pull requests
115
115
name : Validate dev-container - ${{ matrix.name }}
116
116
runs-on : ${{ matrix.runner }}
117
- container : ghcr.io/kedacore/keda-tools:1.23.6
117
+ container : ghcr.io/kedacore/keda-tools:1.23.7
118
118
strategy :
119
119
matrix :
120
120
include :
Original file line number Diff line number Diff line change 17
17
id-token : write # needed for signing the images with GitHub OIDC Token **not production ready**
18
18
19
19
# keda-tools is built from github.com/test-tools/tools/Dockerfile
20
- container : ghcr.io/kedacore/keda-tools:1.23.6
20
+ container : ghcr.io/kedacore/keda-tools:1.23.7
21
21
steps :
22
22
- name : Check out code
23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 17
17
codeQl :
18
18
name : Analyze CodeQL Go
19
19
runs-on : ubuntu-latest
20
- container : ghcr.io/kedacore/keda-tools:1.23.6
20
+ container : ghcr.io/kedacore/keda-tools:1.23.7
21
21
if : (github.actor != 'dependabot[bot]')
22
22
steps :
23
23
- name : Checkout repository
Original file line number Diff line number Diff line change 8
8
name : Run e2e test
9
9
runs-on : ARM64
10
10
# keda-tools is built from github.com/test-tools/tools/Dockerfile
11
- container : ghcr.io/kedacore/keda-tools:1.23.6
11
+ container : ghcr.io/kedacore/keda-tools:1.23.7
12
12
concurrency : e2e-tests
13
13
steps :
14
14
- name : Check out code
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.6 AS builder
2
+ FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.7 AS builder
3
3
4
4
ARG BUILD_VERSION=main
5
5
ARG GIT_COMMIT=HEAD
Original file line number Diff line number Diff line change 1
1
# Build the adapter binary
2
- FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.6 AS builder
2
+ FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.7 AS builder
3
3
4
4
ARG BUILD_VERSION=main
5
5
ARG GIT_COMMIT=HEAD
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.6 AS builder
2
+ FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/keda-tools:1.23.7 AS builder
3
3
4
4
ARG BUILD_VERSION=main
5
5
ARG GIT_COMMIT=HEAD
Original file line number Diff line number Diff line change 1
1
module github.com/kedacore/keda/v2
2
2
3
- go 1.23.6
3
+ go 1.23.7
4
4
5
5
require (
6
6
cloud.google.com/go/compute/metadata v0.6.0
You can’t perform that action at this time.
0 commit comments