Merge pull request #765 from MichaelMure/update-go

build: require go 1.16
This commit is contained in:
Michael Muré 2022-03-10 17:54:58 +01:00 committed by GitHub
commit 3431231db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/MichaelMure/git-bug
go 1.15
go 1.16
require (
github.com/99designs/gqlgen v0.16.0