Skip to content

Commit

Permalink
PR build bump go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Sep 14, 2023
1 parent 16eb7ae commit 37a6ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
if: needs.changes.outputs.build == 'true'
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: '1.20'
cache: false

- name: Check out code
Expand Down

0 comments on commit 37a6ade

Please sign in to comment.