mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Upgrade go to 1.14 (#213)
This commit is contained in:
4
.github/workflows/prerelease.yaml
vendored
4
.github/workflows/prerelease.yaml
vendored
@@ -10,10 +10,10 @@ jobs:
|
||||
name: Pre-Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.13.x
|
||||
- name: Set up Go 1.14.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13.x
|
||||
go-version: 1.14.x
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
||||
Reference in New Issue
Block a user