Исправлен 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: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang:1.21-alpine image: golang:1.21
steps: steps:
- name: Checkout repository - name: Checkout repository
run: | run: |
@@ -18,6 +18,7 @@ jobs:
- name: Setup Go - name: Setup Go
run: | run: |
git --version
go version go version
- name: Build - name: Build