Skip to content

Commit 8474396

Browse files
Bump the actions group across 3 directories with 1 update
Bumps the actions group with 1 update in the /vertical-pod-autoscaler/pkg/admission-controller directory: golang. Bumps the actions group with 1 update in the /vertical-pod-autoscaler/pkg/recommender directory: golang. Bumps the actions group with 1 update in the /vertical-pod-autoscaler/pkg/updater directory: golang. Updates `golang` from 1.25.7 to 1.26.1 Updates `golang` from 1.25.7 to 1.26.1 Updates `golang` from 1.25.7 to 1.26.1 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b8198f commit 8474396

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vertical-pod-autoscaler/pkg/admission-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/recommender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/updater/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS builder
1616

1717
WORKDIR /workspace
1818

0 commit comments

Comments
 (0)