Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /src/backend/services/basket-api #145

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /src/backend/services/basket-api

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /src/backend/services/basket-api #145

Workflow file for this run

name: basket-api
on:
push:
branches:
- develop
paths:
- 'src/backend/services/basket-api/**'
- '.github/workflows/basket-api.yml'
pull_request:
branches:
- develop
paths:
- 'src/backend/services/basket-api/**'
- '.github/workflows/basket-api.yml'
jobs:
build-release:
uses: ./.github/workflows/build-release.yml
with:
service-name: basket-api
secrets: inherit
deploy:
if: github.ref == 'refs/heads/develop'
needs:
- build-release
uses: ./.github/workflows/deploy.yml
with:
service-name: basket-api
version: ${{ needs.build-release.outputs.new-version }}