try the go image
This commit is contained in:
@@ -9,17 +9,12 @@ on:
|
|||||||
- v1
|
- v1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-go-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user