Skip to content

Commit

Permalink
⬆️ 升级 CI 的 golang 版本至 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMiku01 committed Oct 1, 2022
1 parent 80ef5d2 commit cda9692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 1.18
go-version: 1.19
- name: Cache downloaded module
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.19"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit cda9692

Please sign in to comment.