File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 55 branches : [ main, ginkgo-v2 ]
66 pull_request :
77 branches : [ main ]
8-
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+ cancel-in-progress : true
911jobs :
1012 golangci :
1113 name : lint
Original file line number Diff line number Diff line change 1919 branches : [ main ]
2020 schedule :
2121 - cron : ' 28 14 * * 5'
22-
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24+ cancel-in-progress : true
2325jobs :
2426 analyze :
2527 name : Analyze
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/go-logr/zapr v1.3.0
1010 github.com/go-playground/validator/v10 v10.23.0
1111 github.com/google/uuid v1.6.0
12- github.com/onsi/ginkgo/v2 v2.22.1
12+ github.com/onsi/ginkgo/v2 v2.22.2
1313 github.com/onsi/gomega v1.36.2
1414 github.com/prometheus/client_golang v1.20.5
1515 github.com/prometheus/common v0.61.0
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
105105github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
106106github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
107107github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
108- github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM =
109- github.com/onsi/ginkgo/v2 v2.22.1 /go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM =
108+ github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU =
109+ github.com/onsi/ginkgo/v2 v2.22.2 /go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk =
110110github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
111111github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
112112github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM =
You can’t perform that action at this time.
0 commit comments