Skip to content

Bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 #24

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

Bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
pull_request: {}
jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
ENV: test
steps:
- uses: actions/checkout@v1
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{matrix.go-version}}
- name: Tests
run: go test -v ./...