Skip to content

chore(deps): update github.com/swaggo/files to v2 #132

chore(deps): update github.com/swaggo/files to v2

chore(deps): update github.com/swaggo/files to v2 #132

Workflow file for this run

name: Default workflow
on:
push:
branches-ignore:
- main
- dev
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.2'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.21.2'
go-build:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/go.build.action.yaml