Skip to content

Merge pull request #18793 from etcd-io/dependabot/github_actions/acti… #12004

Merge pull request #18793 from etcd-io/dependabot/github_actions/acti…

Merge pull request #18793 from etcd-io/dependabot/github_actions/acti… #12004

Workflow file for this run

---
name: Test contrib/mixin
on: [push, pull_request]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ${{ steps.goversion.outputs.goversion }}
- run: |
set -euo pipefail
make -C contrib/mixin tools test