Skip to content

chore(deps): bump actions/setup-go from 4 to 5 #282

chore(deps): bump actions/setup-go from 4 to 5

chore(deps): bump actions/setup-go from 4 to 5 #282

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml