Skip to content

chore(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 #51

chore(deps): bump docker/metadata-action from 5.0.0 to 5.4.0

chore(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 #51

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-go@v4.1.0
with:
go-version: '1.21'
- name: build binary
run: make build
- name: run all tests
run: make tests