Skip to content

Bump the etcd group with 5 updates #79

Bump the etcd group with 5 updates

Bump the etcd group with 5 updates #79

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: build
run: make build