Skip to content

chore(deps): bump github.com/99designs/gqlgen from 0.17.62 to 0.17.63… #214

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

chore(deps): bump github.com/99designs/gqlgen from 0.17.62 to 0.17.63… #214

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22', '1.23.x' ]
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...