cicd: updated
Some checks are pending
Build and Deploy Go App / deploy (push) Blocked by required conditions
Build and Deploy Go App / build (push) Successful in 7m15s

This commit is contained in:
nihonium 2025-11-27 13:18:19 +03:00
parent 1c9de1c402
commit 13342d5613
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -18,9 +18,6 @@ jobs:
- uses: actions/setup-go@v6 - uses: actions/setup-go@v6
with: with:
go-version: '^1.25' go-version: '^1.25'
check-latest: false
cache-dependency-path: |
go.sum
- name: Build backend - name: Build backend
run: | run: |