Skip to content

Commit

Permalink
Upgrade to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Sep 21, 2023
1 parent 5e7247b commit 92e6191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 92e6191

Please sign in to comment.