Skip to content

Bump goa.design/goa/v3 from 3.12.4 to 3.13.0 (#79) #28

Bump goa.design/goa/v3 from 3.12.4 to 3.13.0 (#79)

Bump goa.design/goa/v3 from 3.12.4 to 3.13.0 (#79) #28

Workflow file for this run

name: main-test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: |
cd testdata && go test ./...