Skip to content

fix(deps): update github.com/99designs/gqlgen-contrib digest to 86324b7 #1667

fix(deps): update github.com/99designs/gqlgen-contrib digest to 86324b7

fix(deps): update github.com/99designs/gqlgen-contrib digest to 86324b7 #1667

Workflow file for this run

name: Lint - Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
with:
args: --timeout=5m
version: latest