try the go image
This commit is contained in:
@@ -9,17 +9,12 @@ on:
|
||||
- v1
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-go-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
|
||||
- name: Import Secrets
|
||||
id: import-secrets
|
||||
uses: https://git.mthie.com/mthie/vault-action@v0
|
||||
|
||||
Reference in New Issue
Block a user