Fix pipeline
All checks were successful
CI.yml / build (push) Successful in 37s

This commit is contained in:
d3m0k1d
2026-01-10 22:28:41 +03:00
parent 7ed957077d
commit 8f42c9022b

View File

@@ -17,5 +17,8 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: false
- name: Install deps
run: go mod tidy
- name: Build
run: go build -o BanForge /cmd/banforge
run: go build -o BanForge ./cmd/banforge