Skip to content

Merge pull request #35 from chrisd8088/update-go-1-21 #47

Merge pull request #35 from chrisd8088/update-go-1-21

Merge pull request #35 from chrisd8088/update-go-1-21 #47

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@v4
with:
go-version: ${{ matrix.go }}
- run: script/cibuild