Skip to content
Snippets Groups Projects
Unverified Commit 89a7e7a8 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump golang from 1.16 to 1.17.0 (#973)


Bumps golang from 1.16 to 1.17.0.

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

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

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarYoav Rotem <yoavrotems97@gmail.com>
parent f2053993
No related branches found
No related tags found
No related merge requests found
FROM golang:1.16 AS build FROM golang:1.17.0 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY go.mod go.sum ./ COPY go.mod go.sum ./
COPY main.go . COPY main.go .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment