Skip to content

Commit

Permalink
Fix: use 1.17.x on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Sep 15, 2021
1 parent b0f83e4 commit b3cd4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.x

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

0 comments on commit b3cd4eb

Please sign in to comment.