bump go-logger and go version #322
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: 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 |