Skip to content

Commit 79321e4

Browse files
committed
try go install instead of go get
1 parent 3c9bc35 commit 79321e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ./copy.sh
6969

7070
- name: Install dependencies
71-
run: go get
71+
run: go install
7272

7373
- name: Build
7474
run: go build
@@ -90,7 +90,7 @@ jobs:
9090
run: ./copy.sh
9191

9292
- name: Install dependencies
93-
run: go get
93+
run: go install
9494

9595
- name: Build
9696
run: go build

0 commit comments

Comments
 (0)