Skip to content

Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14 #1435

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

Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14 #1435

Workflow file for this run

name: Lint (golangci-lint)
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest