Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldywy committed Jan 8, 2022
1 parent c814499 commit b12a325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: '1.13'
go-version: '1.16'
- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit b12a325

Please sign in to comment.