Skip to content

build(deps): bump goa.design/goa/v3 from 3.18.2 to 3.19.0 (#777) #524

build(deps): bump goa.design/goa/v3 from 3.18.2 to 3.19.0 (#777)

build(deps): bump goa.design/goa/v3 from 3.18.2 to 3.19.0 (#777) #524

Workflow file for this run

name: Run Static Checks and Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
strategy:
fail-fast: true
matrix:
go: ['1.22']
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
- name: Build
run: make ci