Skip to content

chore(deps): bump docker/metadata-action from 4 to 5 #52

chore(deps): bump docker/metadata-action from 4 to 5

chore(deps): bump docker/metadata-action from 4 to 5 #52

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "^1.19"
- name: Run Tests
run: go test -v ./...