Skip to content

chore(deps): bump goa.design/goa/v3 from 3.21.1 to 3.21.5 #63

chore(deps): bump goa.design/goa/v3 from 3.21.1 to 3.21.5

chore(deps): bump goa.design/goa/v3 from 3.21.1 to 3.21.5 #63

Workflow file for this run

name: goa gen
on:
pull_request:
paths:
- go.mod
- go.sum
- '**.go'
workflow_dispatch:
jobs:
build:
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.mod
- name: goa gen
run: |
make goa_gen
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
with:
commit_message: goa gen
branch: ${{ github.head_ref }}
- name: test
run: |
cd testdata && go test ./...