Skip to content

build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk from 1.1.1 to 1.2.1 #190

build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk from 1.1.1 to 1.2.1

build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk from 1.1.1 to 1.2.1 #190

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
extension-ci:
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main
with:
go_version: '1.22'
build_linux_packages: false
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }}