specify a version for the setup-go action
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
9e69f7416d
commit
51f4d198e9
@ -14,6 +14,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: ">=1.20.1"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user