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