This commit is contained in:
Vladimir Avtsenov 2025-02-13 20:13:28 +03:00
parent 9d248b017a
commit c07cdaa852

@ -29,6 +29,11 @@ jobs:
with: with:
go-version: '1.21' go-version: '1.21'
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y fakeroot
- name: Build binary - name: Build binary
run: | run: |
go mod tidy go mod tidy