Skip to content

Commit

Permalink
Use golang 1.17 in github PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Feb 17, 2022
1 parent f04df01 commit 4cb9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

env:
GO_VERSION: 1.16.x
GO_VERSION: 1.17.x

jobs:

Expand Down

0 comments on commit 4cb9154

Please sign in to comment.