diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c037edd..ade6fd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ - - name: Set up Go 1.14 + - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.18 id: go - name: Run GoReleaser diff --git a/go.mod b/go.mod index a9cc210..fc71b67 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sebastienvermeille/gocirrus-graphql-client -go 1.14 +go 1.18 require ( github.com/Khan/genqlient v0.6.0 // indirect