Исправлен workflow - 8 для сборки и релиза

This commit is contained in:
2025-07-27 13:41:09 +06:00
parent 07a49d6cd4
commit cc51140f44

View File

@@ -8,7 +8,7 @@ jobs:
release:
runs-on: ubuntu-latest
container:
image: golang:1.21-alpine
image: golang:1.21
steps:
- name: Checkout repository
run: |
@@ -18,6 +18,7 @@ jobs:
- name: Setup Go
run: |
git --version
go version
- name: Build