Golang updates (#783)

This commit is contained in:
Martin Friedrich
2021-10-30 01:57:49 +02:00
committed by GitHub
parent ea0151772a
commit 7abe02999d
7 changed files with 27 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Build, test & format
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: