Skip to content

Commit

Permalink
⚡️ 升级go到1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 25, 2021
1 parent 59c6fe5 commit 9f0d93b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/latest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 9f0d93b

Please sign in to comment.