Skip to content

Commit

Permalink
ci: update Go to 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Feb 19, 2021
1 parent 26a5f51 commit ba7e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.15.8'
go-version: '1.16.0'
- name: Checkout code
uses: actions/checkout@v2
- name: Format
Expand Down

0 comments on commit ba7e395

Please sign in to comment.