Skip to content

build(deps): bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61 #144

build(deps): bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61

build(deps): bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61 #144

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --enable-all --timeout 10m