updated stageTime-informer 24.0220.1418 for tag version v0.1.95 #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Validate-Golang | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
validate-golang: | |
name: Valdiate Golang | |
uses: stuttgart-things/stuttgart-things/.github/workflows/validate-golang.yaml@main | |
with: | |
module-name: kaeffken | |
environment-name: k8s | |
runs-on: arc-runner-scale-set-kaeffken | |
golint-version: v1.55 | |
golang-version: "1.21.5" | |
accept-linterrors: true | |
accept-failedtests: false |