Skip to content

Update go to 1.25.1, gomega, pflag, ginkgo, testify and migrate to golangci-lint v2 #1156

Update go to 1.25.1, gomega, pflag, ginkgo, testify and migrate to golangci-lint v2

Update go to 1.25.1, gomega, pflag, ginkgo, testify and migrate to golangci-lint v2 #1156

Workflow file for this run

# Checks if all go files have the required license header
name: License
on: [ pull_request ]
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: viperproject/check-license-header@v2
with:
path: .
config: .github/workflows/license.conf
strict: false