mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
removing setup-go in build.yml as it is unnecessary (#17968)
This commit is contained in:
parent
870f7ecb21
commit
695d5b9dbc
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -31,7 +31,6 @@ jobs:
|
|||
vault-base-version: ${{ steps.get-metadata.outputs.vault-base-version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
- name: Get metadata
|
||||
id: get-metadata
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue