Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.2 #389

chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.2

chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.2 #389

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '00 16 * * 1'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r -p --randomize-all --randomize-suites --fail-on-pending --keep-going --race --trace
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/[email protected]