0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 03:22:59 +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 runs-on: ubuntu-20.04
steps: steps:
- -
name: Checkout the repository name: Checkout the code
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- -
name: Set up the required version of Go name: Install and configure Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.15 go-version: 1.15
- -
name: Install the required version of GoReleaser name: Install and configure GoReleaser
env: env:
GORELEASER_VERSION: '0.155.1' GORELEASER_VERSION: '0.155.1'
run: | run: |

View File

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