Merge branch 'main' into dependabot/github_actions/golangci/golangci-lint-action-4

pull/1568/head
chenk 3 months ago committed by GitHub
commit 34678e7180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

Loading…
Cancel
Save