Skip to content

Commit

Permalink
update Go toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Sep 17, 2021
1 parent c58a372 commit 8952eea
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
go-version: ^1.17.1

- 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
go-version: ^1.17.1

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

1 comment on commit 8952eea

@database64128
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is yet another reckless direct push to master. ^1.17 matches the latest minor version of Go 1.17, which is 1.17.1. @xiaokangwang Please revert.

Please sign in to comment.