Skip to content

Bump docker/metadata-action from 4 to 5 (#7) #36

Bump docker/metadata-action from 4 to 5 (#7)

Bump docker/metadata-action from 4 to 5 (#7) #36

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 ./...