Bump golang from 1.17.8 to 1.18.3

Bumps golang from 1.17.8 to 1.18.3.

---
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] 2022-07-10 01:58:46 +00:00 committed by GitHub
parent e34b9cce41
commit c2fc43b1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
################################################################################ ################################################################################
## GO BUILDER ## GO BUILDER
################################################################################ ################################################################################
FROM golang:1.17.8 as builder FROM golang:1.18.3 as builder
ENV VERSION 1.8.6 ENV VERSION 1.8.6
ENV CGO_ENABLED 0 ENV CGO_ENABLED 0

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8 as builder FROM golang:1.18.3 as builder
ENV VERSION 1.8.6 ENV VERSION 1.8.6
ENV BUILD_DIR /build ENV BUILD_DIR /build