Skip to content

Bump github.com/vektah/gqlparser/v2 from 2.5.10 to 2.5.14 #11

Bump github.com/vektah/gqlparser/v2 from 2.5.10 to 2.5.14

Bump github.com/vektah/gqlparser/v2 from 2.5.10 to 2.5.14 #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
pull_request: {}
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Install Dependencies
run: go mod download
- name: Tests
run: go test -v ./...