Update Go to v1.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-06-17 18:44:23 +03:00
parent ab2a320659
commit fc71d53c71
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Download modules
run: |
go mod download

View File

@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
ARG TARGETPLATFORM
ARG REVISON

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fluxcd/flagger
go 1.15
go 1.16
require (
github.com/Masterminds/semver/v3 v3.0.3