ci: remove setup-go from pepare.yml
This commit is contained in:
parent
6b8ecbfc8a
commit
ddf0ba0a88
|
@ -15,10 +15,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '>=1.20.1'
|
|
||||||
- name: Tag Release Commit
|
- name: Tag Release Commit
|
||||||
env:
|
env:
|
||||||
COMMIT_MESSAGE: ${{github.event.head_commit.message}}
|
COMMIT_MESSAGE: ${{github.event.head_commit.message}}
|
||||||
|
|
Loading…
Reference in New Issue