Исправлен workflow - 8 для сборки и релиза
Some checks failed
Release Build / release (push) Failing after 1m46s
Some checks failed
Release Build / release (push) Failing after 1m46s
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user