try the go image

This commit is contained in:
Martin Thielecke 2023-10-06 00:04:24 +02:00
parent cc8c306f3c
commit f55605081a
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -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