Skip to content

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.2… #49

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.2…

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.2… #49

Workflow file for this run

name: Go
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: go test -v ./...