Skip to content

Commit

Permalink
move go support to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed Feb 18, 2024
1 parent 4afbe4b commit cc0ed65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
go: [ '1.20', '1.21', '1.22' ]

steps:
- name: Set up Go
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/Khan/genqlient

go 1.18
go 1.20

require (
github.com/99designs/gqlgen v0.17.44
Expand Down

0 comments on commit cc0ed65

Please sign in to comment.