Skip to content

Commit 020905f

Browse files
build: updating to use Go 1.17.3
1 parent 8b67f3b commit 020905f

12 files changed

+12
-12
lines changed

.github/workflows/depscheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- run: bash scripts/gogetcookie.sh
2222
- run: make tools
2323
- run: make depscheck

.github/workflows/gencheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: '1.16.7'
18+
go-version: '1.17.3'
1919
- run: bash scripts/gogetcookie.sh
2020
- run: make tools
2121
- run: make gencheck

.github/workflows/golint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- uses: golangci/golangci-lint-action@v2
2222
with:
2323
version: 'v1.41.1'

.github/workflows/gradually-deprecated.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- run: ./scripts/run-gradually-deprecated.sh

.github/workflows/link-milestone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-go@v2
2121
with:
22-
go-version: '1.16.7'
22+
go-version: '1.17.3'
2323
- run: |
2424
go install github.com/stephybun/link-milestone@latest
2525
link-milestone

.github/workflows/tflint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- run: bash scripts/gogetcookie.sh
2222
- run: make tools
2323
- run: make tflint

.github/workflows/thirty-two-bit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- run: bash scripts/gogetcookie.sh
2222
- run: make tools
2323
- run: GOARCH=386 GOOS=linux go build -o 32bitbuild .

.github/workflows/unit-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.16.7'
20+
go-version: '1.17.3'
2121
- run: bash scripts/gogetcookie.sh
2222
- run: make test
2323
env:

.github/workflows/validate-examples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: '1.16.7'
19+
go-version: '1.17.3'
2020
- run: bash scripts/gogetcookie.sh
2121
- run: make tools
2222
- run: make validate-examples

.github/workflows/website-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: '1.16.7'
19+
go-version: '1.17.3'
2020
- run: bash scripts/gogetcookie.sh
2121
- run: make tools
2222
- run: make website-lint

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.7
1+
1.17.3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Further [usage documentation is available on the Terraform website](https://regi
6161
## Developer Requirements
6262

6363
* [Terraform](https://www.terraform.io/downloads.html) version 0.12.x + (but 1.x is recommended)
64-
* [Go](https://golang.org/doc/install) version 1.16.x (to build the provider plugin)
64+
* [Go](https://golang.org/doc/install) version 1.17.x (to build the provider plugin)
6565

6666
### On Windows
6767

0 commit comments

Comments
 (0)