Bump golang in /vertical-pod-autoscaler/pkg/admission-controller

Bumps golang from 1.24.1 to 1.24.2.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-01 18:34:33 +00:00 committed by GitHub
parent dc91330f6a
commit 4a1b362ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.2 AS builder
WORKDIR /workspace