Updated formatting and CI to be in line with more recent versions of go

This commit is contained in:
Glenn Wilkinson 2022-09-12 22:05:34 +01:00
parent 78e9a51168
commit a53665b1b6
3 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.11, 1.12, 1.13]
goVer: [1.16, 1.17, 1.18]
steps:
- name: Set up Go ${{ matrix.goVer }}

View file

@ -1,3 +1,4 @@
//go:build !go1.7
// +build !go1.7
package context

View file

@ -1,3 +1,4 @@
//go:build go1.7
// +build go1.7
package context