Skip to content

build(deps): bump actions/checkout from 3 to 4 #44

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #44

Workflow file for this run

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