Skip to content

Merge pull request #68 from cybozu-go/bump-1.6.7 #99

Merge pull request #68 from cybozu-go/bump-1.6.7

Merge pull request #68 from cybozu-go/bump-1.6.7 #99

Workflow file for this run

name: main
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
name: Build etcdutil
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make setup
- run: make check-generate
- run: make test