Skip to content

Merge pull request #43 from chrisd8088/update-ci-go-versions #69

Merge pull request #43 from chrisd8088/update-ci-go-versions

Merge pull request #43 from chrisd8088/update-ci-go-versions #69

Workflow file for this run

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