Исправление CI сборок #2

Merged
Ponywka merged 8 commits from feature/pr_ci into main 2025-02-14 17:36:00 -05:00
Showing only changes of commit 9926cfa0fb - Show all commits

View File

@ -41,10 +41,9 @@ jobs:
fetch-tags: true
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v3
with:
go-version: '1.21'
cache: false
- name: Install dependencies
run: |