Skip to content

chore(deps): bump docker/build-push-action from 5.3.0 to 6.3.0 #357

chore(deps): bump docker/build-push-action from 5.3.0 to 6.3.0

chore(deps): bump docker/build-push-action from 5.3.0 to 6.3.0 #357

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21'
- name: build binary
run: make build
- name: run all tests
run: make tests