optimized
All checks were successful
Build this app / Builder (push) Successful in 1m1s

This commit is contained in:
Itsigo
2025-08-28 14:17:45 +02:00
parent 33891aad00
commit 903094d413

View File

@@ -6,11 +6,10 @@ jobs:
Builder:
runs-on: ubuntu-latest
steps:
- name: Update apt
run: apt-get update -y
- name: install go
run: apt-get install golang -y
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.25'
- name: Clone the repository
uses: actions/checkout@v4