chore(deps): bump golang from 1.18.0 to 1.19.3

Bumps golang from 1.18.0 to 1.19.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-11-02 04:03:49 +00:00 committed by GitHub
parent 73926212d5
commit 2e57876300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# build
FROM golang:1.18.0 as builder
FROM golang:1.19.3 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./