chore(ci): update workflows and docs to go 1.17

This commit is contained in:
Manuel Vogel 2021-09-07 16:13:36 +02:00
parent 328ce72308
commit 20d46638a2
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ env:
GOPROXY: https://proxy.golang.org,direct
DEBIAN_FRONTEND: noninteractive
DOCKER_CE_VERSION: "5:20.10.8~3-0~ubuntu-focal"
GO_VERSION: "1.16"
GO_VERSION: "1.17"
jobs:
acc-test:

View file

@ -13,7 +13,7 @@ on:
env:
GOPROXY: https://proxy.golang.org,direct
GO_VERSION: "1.16"
GO_VERSION: "1.17"
jobs:
compile:

View file

@ -16,7 +16,7 @@ on:
- "v*"
env:
GO_VERSION: "1.16"
GO_VERSION: "1.17"
jobs:
goreleaser:

View file

@ -13,7 +13,7 @@ on:
env:
GOPROXY: https://proxy.golang.org,direct
GO_VERSION: "1.16"
GO_VERSION: "1.17"
jobs:
unit-test:

View file

@ -12,7 +12,7 @@ on:
env:
GOPROXY: https://proxy.golang.org,direct
GO_VERSION: "1.16"
GO_VERSION: "1.17"
jobs:
website-generation:

View file

@ -24,7 +24,7 @@
## Requirements
- [Terraform](https://www.terraform.io/downloads.html) >=0.12.x
- [Go](https://golang.org/doc/install) 1.16.x (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.17.x (to build the provider plugin)
## Building The Provider

View file

@ -2,7 +2,7 @@ FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
ARG DOCKER_CE_VERSION="5:20.10.8~3-0~ubuntu-focal"
ARG GOLANG_VERSION="1.16"
ARG GOLANG_VERSION="1.17"
ARG TERRAFORM_VERSION="0.15.2"
# Install the baseline