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:
parent
24c20fd38f
commit
f8aaed1f15
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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: |
|
||||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user