Skip to content

Merge pull request #37 from fcharlie/patch-1 #16

Merge pull request #37 from fcharlie/patch-1

Merge pull request #37 from fcharlie/patch-1 #16

Workflow file for this run

name: CI
on: [push, pull_request]
env:
GOTOOLCHAIN: local
jobs:
build-go:
name: Default build
strategy:
matrix:
go: ['1.20.x', '1.21.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: script/cibuild