Skip to content

Bump docker/build-push-action from 4 to 5 #25

Bump docker/build-push-action from 4 to 5

Bump docker/build-push-action from 4 to 5 #25

Workflow file for this run

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