Update test.yml

go-version to 1.17.x for influxdb-client
This commit is contained in:
Christoph Kluge 2022-03-16 12:06:56 +01:00 committed by GitHub
parent 80978319e2
commit 1b66030525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2
- name: Build, Vet & Test