Bump golang from 1.19.5 to 1.20.2 (#92)

Bumps golang from 1.19.5 to 1.20.2.

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

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] 2023-04-03 07:45:04 -07:00 committed by GitHub
parent 49e2cab233
commit dae88509ca
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.19.5 as builder FROM golang:1.20.2 as builder
ENV VERSION 1.8.8 ENV VERSION 1.8.8
ENV CGO_ENABLED 0 ENV CGO_ENABLED 0

View File

@ -1,4 +1,4 @@
FROM golang:1.19.5 as builder FROM golang:1.20.2 as builder
ENV VERSION 1.8.8 ENV VERSION 1.8.8
ENV BUILD_DIR /build ENV BUILD_DIR /build