Skip to content

Commit

Permalink
Revert "update Go toolchain version"
Browse files Browse the repository at this point in the history
This reverts commit 8952eea.
  • Loading branch information
xiaokangwang committed Sep 17, 2021
1 parent a1c46f8 commit a0a97c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17.1
go-version: ^1.17

- name: Get project dependencies
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17.1
go-version: ^1.17

- name: Checkout codebase
uses: actions/checkout@v2
Expand Down

0 comments on commit a0a97c0

Please sign in to comment.