Skip to content

fix(deps): update module github.com/yamashou/gqlgenc to v0.37.0 #335

fix(deps): update module github.com/yamashou/gqlgenc to v0.37.0

fix(deps): update module github.com/yamashou/gqlgenc to v0.37.0 #335

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Golang
uses: actions/setup-go@v6
with:
go-version: ">=1.20.0"
- name: Run go vet
run: go vet -v ./...
- name: Run go test
run: go test -v -race ./...