diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8abfba638b1cf00f04c74ef7cecb59fd2a3ac340..21fff7dce6fefb27afdb937da5619e0549dcd207 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 }} diff --git a/go.mod b/go.mod index db9f013165c211868f8b07a07d40ea7403415980..1f34b4bd93e89b08995da8e1cb108dd73d931d4a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MichaelMure/git-bug -go 1.15 +go 1.16 require ( github.com/99designs/gqlgen v0.16.0