mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-15 19:22:57 -05:00
chore(ci): update workflows and docs to go 1.17
This commit is contained in:
parent
328ce72308
commit
20d46638a2
7 changed files with 7 additions and 7 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
GO_VERSION: "1.16"
|
||||
GO_VERSION: "1.17"
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
- "v*"
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.16"
|
||||
GO_VERSION: "1.17"
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yaml
vendored
2
.github/workflows/unit-test.yaml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
GO_VERSION: "1.16"
|
||||
GO_VERSION: "1.17"
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
|
|
|||
2
.github/workflows/website-lint.yaml
vendored
2
.github/workflows/website-lint.yaml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
GO_VERSION: "1.16"
|
||||
GO_VERSION: "1.17"
|
||||
|
||||
jobs:
|
||||
website-generation:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue