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 9bbcb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
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 9bbcb8f

Please sign in to comment.