Bump golang from 1.18.1 to 1.18.2 (#1181)

Bumps golang from 1.18.1 to 1.18.2.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-01 15:40:20 +03:00
committed by GitHub
parent b03069171f
commit e0704da7d0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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