Skip to content

update graphql-go/graphql #21

update graphql-go/graphql

update graphql-go/graphql #21

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.8'
- run: go test
- run: go build
# based on: github.com/koron-go/_skeleton/.github/workflows/go.yml