fix order of actions
This commit is contained in:
@@ -12,6 +12,11 @@ jobs:
|
|||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: '1.21'
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
id: import-secrets
|
id: import-secrets
|
||||||
uses: https://git.mthie.com/mthie/vault-action@v0
|
uses: https://git.mthie.com/mthie/vault-action@v0
|
||||||
@@ -41,11 +46,6 @@ jobs:
|
|||||||
ssh-keyscan -t rsa git.mthie.com >> ~/.ssh/known_hosts
|
ssh-keyscan -t rsa git.mthie.com >> ~/.ssh/known_hosts
|
||||||
chmod 400 ~/.ssh/id_ecdsa ~/.ssh/config
|
chmod 400 ~/.ssh/id_ecdsa ~/.ssh/config
|
||||||
|
|
||||||
- uses: actions/setup-go@v3
|
|
||||||
with:
|
|
||||||
go-version: '1.21'
|
|
||||||
check-latest: true
|
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
go get ./...
|
go get ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user