Skip to content

update to go 1.23 and base image to debian12 #43

update to go 1.23 and base image to debian12

update to go 1.23 and base image to debian12 #43

Workflow file for this run

name: pull_request_created
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- 'master'
- 'main'
paths-ignore:
- '**/README.md' ### Ignore running when README.MD changed.
- '.github/workflows/*' ### Ignore running when files under path: .github/workflows/* changed.
# push:
# tags:
# - 'v*'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
pr-created:
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-created.yaml@main
with:
GO_VERSION: "1.23"
secrets: inherit