Skip to content

Commit 5850851

Browse files
committed
[FIX](main) 更新
1 parent 760baf3 commit 5850851

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ jobs:
1111
steps:
1212

1313
- name: Setup Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.18
17-
18-
- run: |
19-
# https://github.com/actions/setup-go/issues/107
20-
cp -f `which go` /usr/bin/go
16+
go-version: 1.19
2117

2218
- name: Set Go module
2319
run: |

0 commit comments

Comments
 (0)