Chore: tidy for go 1.20 (#902)

Tidy code for Go 1.20 and update Go version for Docker and CI

---------

Co-authored-by: Kory Prince <korylprince@gmail.com>
This commit is contained in:
Jim Zajkowski
2023-07-11 18:28:26 -04:00
committed by GitHub
parent 689e10bfbd
commit 7a3715454a
11 changed files with 33 additions and 23 deletions

View File

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