Skip to content

chore(deps): bump docker/build-push-action from 5 to 7 #7

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

chore(deps): bump docker/build-push-action from 5 to 7 #7

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- run: go build -mod=readonly ./...
- run: go test -race -count=1 ./...