Skip to content

Update to Go 1.21

Update to Go 1.21 #46

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