chore: update Go in GitHub Actions

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-08-17 15:57:57 +02:00
parent e1c88b2598
commit 691ecbbd9e
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Checkout code
uses: actions/checkout@v2