Skip to content

bump go-logger and go version #322

bump go-logger and go version

bump go-logger and go version #322

Workflow file for this run

name: pr-checks
on:
pull_request:
branches: [ master, main ]
types: [ edited, opened, synchronize, reopened ]
paths-ignore: ['**.md']
jobs:
# main job of testing and building the env.
test:
permissions:
pull-requests: write
uses: kubescape/workflows/.github/workflows/go-basic-tests.yaml@main
with:
GO_VERSION: 1.22
CGO_ENABLED: 0
secrets: inherit