0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00

Minor workflow changes

This commit is contained in:
Dan Petersen 2021-02-10 03:32:57 +01:00
parent 24c20fd38f
commit f8aaed1f15
2 changed files with 6 additions and 6 deletions

View File

@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-20.04
steps:
-
name: Checkout the repository
name: Checkout the code
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up the required version of Go
name: Install and configure Go
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Install the required version of GoReleaser
name: Install and configure GoReleaser
env:
GORELEASER_VERSION: '0.155.1'
run: |

View File

@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-20.04
steps:
-
name: Checkout the repository
name: Checkout the code
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up the required version of Go
name: Install and configure Go
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Install the required version of GoReleaser
name: Install and configure GoReleaser
env:
GORELEASER_VERSION: '0.155.1'
run: |