Skip to content

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo… #1356

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo…

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo… #1356

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
secrets: inherit
call-build:
name: "Build"
uses: ./.github/workflows/build.yml
secrets: inherit
call-test:
name: "Test"
needs: [ call-lint, call-build ]
uses: ./.github/workflows/test.yml
secrets: inherit
call-staging:
name: "Staging"
needs: [ call-lint, call-build ]
uses: ./.github/workflows/staging.yml
secrets: inherit
call-release:
name: "Release"
needs: call-test
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit