Skip to content

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 (#31) #63

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 (#31)

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 (#31) #63

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'
- run: make test/all