golang
All checks were successful
Build this app / Builder (push) Successful in 55s

This commit is contained in:
Itsigo
2025-08-28 13:55:45 +02:00
parent 36d03458c6
commit 819ebaf237

View File

@@ -10,7 +10,7 @@ jobs:
run: apt-get update -y run: apt-get update -y
- name: install go - name: install go
run: apt-get install go -y run: apt-get install golang -y
- name: Clone the repository - name: Clone the repository
uses: actions/checkout@v4 uses: actions/checkout@v4