build(deps): bump golang from 1.15 to 1.16.0 in /outpost (#582)

Bumps golang from 1.15 to 1.16.0.

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] 2021-02-23 16:19:31 +01:00 committed by GitHub
parent 07ada5a1b7
commit 737ff62e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15 AS builder
FROM golang:1.16.0 AS builder
WORKDIR /work