install go
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 1s

This commit is contained in:
2025-06-23 19:12:04 +02:00
parent 76a94efce3
commit 768a4c96d4

View File

@@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install node
run: apk add nodejs
- name: Install node and go
run: apk add nodejs golang-go
- name: Check out repository code
uses: actions/checkout@v4
- name: Build