.gitea/workflows/build.yml aktualisiert
Output Information / info (push) Successful in 7s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 45s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 51s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 52s
Build Workflow / Build (push) Successful in 1m4s
Build Workflow / Deploy (push) Successful in 29s

This commit is contained in:
2023-07-28 22:56:06 +02:00
parent 9e0e451b76
commit 0624d4419c
-6
View File
@@ -35,9 +35,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '18' node-version: '18'
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha - uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha
id: get-cache-hash id: get-cache-hash
with: with:
@@ -78,9 +75,6 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha - uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha
id: get-cache-hash id: get-cache-hash
with: with: