Skip to content

Commit

Permalink
update graphql-go/graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Sep 19, 2023
1 parent 111baeb commit 6c4a8c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:

- uses: actions/setup-go@v2
with:
go-version: 1.x
- uses: actions/checkout@v4

- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.8'

- run: go test

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/koron-go/gqlcost

go 1.18
go 1.20

require github.com/graphql-go/graphql v0.8.0
require github.com/graphql-go/graphql v0.8.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/graphql-go/graphql v0.8.0 h1:JHRQMeQjofwqVvGwYnr8JnPTY0AxgVy1HpHSGPLdH0I=
github.com/graphql-go/graphql v0.8.0/go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ=
github.com/graphql-go/graphql v0.8.1 h1:p7/Ou/WpmulocJeEx7wjQy611rtXGQaAcXGqanuMMgc=
github.com/graphql-go/graphql v0.8.1/go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ=

0 comments on commit 6c4a8c3

Please sign in to comment.