Skip to content

chore(deps): bump github.com/99designs/gqlgen from 0.17.57 to 0.17.63 #55

chore(deps): bump github.com/99designs/gqlgen from 0.17.57 to 0.17.63

chore(deps): bump github.com/99designs/gqlgen from 0.17.57 to 0.17.63 #55

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.23'
- name: run generate
run: |
make generate || true
make generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61