File tree Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 10 18 * * 2'
1111
12- env :
13- # Use the Go toolchain installed by setup-go
14- # https://github.com/actions/setup-go/issues/457
15- GOTOOLCHAIN : local
16-
1712jobs :
1813 analyze :
1914 if : ${{ github.repository == 'CrunchyData/postgres-operator' }}
Original file line number Diff line number Diff line change 1010env :
1111 # Use the Go toolchain installed by setup-go
1212 # https://github.com/actions/setup-go/issues/457
13+ #
14+ # TODO(govulncheck): Remove when "golang/govulncheck-action" uses "actions/setup-go" v6 or newer
1315 GOTOOLCHAIN : local
1416
1517jobs :
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ name: Linters
33on :
44 pull_request :
55
6- env :
7- # Use the Go toolchain installed by setup-go
8- # https://github.com/actions/setup-go/issues/457
9- GOTOOLCHAIN : local
10-
116jobs :
127 golangci-lint :
138 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9- env :
10- # Use the Go toolchain installed by setup-go
11- # https://github.com/actions/setup-go/issues/457
12- GOTOOLCHAIN : local
13-
149jobs :
1510 go-test :
1611 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 88 - main
99
1010env :
11- # Use the Go toolchain installed by setup-go
12- # https://github.com/actions/setup-go/issues/457
13- GOTOOLCHAIN : local
14-
1511 # Use the committed Trivy configuration files.
1612 TRIVY_IGNOREFILE : .trivyignore.yaml
1713 TRIVY_SECRET_CONFIG : trivy-secret.yaml
You can’t perform that action at this time.
0 commit comments