Skip to content

Commit 913f4f1

Browse files
committed
add go-setup for create_release.yml
1 parent 54eb49d commit 913f4f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ jobs:
88
steps:
99
- name: Checkout code
1010
uses: actions/checkout@v5.0.0
11+
12+
- name: Go Setup
13+
uses: ./.github/actions/go-setup-action
14+
with:
15+
go-version: ${{ vars.GO_VERSION }}
16+
go-private: ${{ vars.GO_PRIVATE_REPO }}
17+
git-user: ${{ secrets.GIT_USER }}
18+
git-pass: ${{ secrets.GIT_PASS }}
19+
1120
- name: Docker Login
1221
uses: docker/login-action@v3.5.0
1322
with:

0 commit comments

Comments
 (0)