setup go 1.17

This commit is contained in:
Fabiano Graças 2021-11-11 23:31:05 +01:00 committed by Tao Jiang
parent b20dd33ae2
commit 7b0c198c0f

View file

@ -16,6 +16,12 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Set up Go 1.17.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
id: go
- name: Build
shell: bash
run: |