Skip to content

build(deps): bump docker/build-push-action from 5 to 6 #61

build(deps): bump docker/build-push-action from 5 to 6

build(deps): bump docker/build-push-action from 5 to 6 #61

Workflow file for this run

---
name: build
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
env:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./...
- run: go vet ./...