Skip to content

Merge pull request #39 from git-lfs/dependabot/github_actions/actions… #58

Merge pull request #39 from git-lfs/dependabot/github_actions/actions…

Merge pull request #39 from git-lfs/dependabot/github_actions/actions… #58

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