Skip to content

Commit

Permalink
[FIX](main) 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbeatty committed Dec 20, 2022
1 parent 760baf3 commit 5850851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ jobs:
steps:

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18

- run: |
# https://github.com/actions/setup-go/issues/107
cp -f `which go` /usr/bin/go
go-version: 1.19

- name: Set Go module
run: |
Expand Down

0 comments on commit 5850851

Please sign in to comment.