1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-02-22 20:42:08 +00:00

build(deps): bump golang from 1.23.6 to 1.24.0

Bumps golang from 1.23.6 to 1.24.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-19 13:26:38 +00:00 committed by GitHub
parent 949999145e
commit c09e9a6cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build FROM golang:1.24.0 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build FROM golang:1.24.0 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build FROM golang:1.24.0 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./