Skip to content

Commit 11f64c5

Browse files
chore(deps): update Golang version
Signed-off-by: kubewarden-controller bot <kubewarden-controller-bot@users.noreply.github.com>
1 parent 476400f commit 11f64c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.audit-scanner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the audit-scanner binary
2-
FROM golang:1.25 AS builder
2+
FROM golang:1.25.6 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.kubewarden-controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Build the manager binary
4-
FROM golang:1.25 AS build
4+
FROM golang:1.25.6 AS build
55

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)