Skip to content

Commit e9360c3

Browse files
authored
Merge pull request #60 from openshift/0.9.0
Release Sync to v0.9.0
2 parents 0f3e849 + c5ffe55 commit e9360c3

File tree

737 files changed

+20550
-20031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

737 files changed

+20550
-20031
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [published]
88
pull_request:
99
env:
10-
GO_VERSION: '1.23'
10+
GO_VERSION: '1.24'
1111
NIX_VERSION: '2.25.0'
1212
BOM_VERSION: v0.6.0
1313
concurrency:

.github/workflows/olm_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
pull_request:
77
env:
8-
GO_VERSION: '1.23'
8+
GO_VERSION: '1.24'
99
KIND_IMG_TAG: v1.32.0
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
pull_request:
77
env:
8-
GO_VERSION: '1.23'
8+
GO_VERSION: '1.24'
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true

.golangci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ linters:
2929
- errname
3030
- errorlint
3131
- exhaustive
32+
- exptostd
3233
- fatcontext
3334
- forcetypeassert
3435
- gci
@@ -66,7 +67,9 @@ linters:
6667
- nakedret
6768
- nestif
6869
- nilerr
70+
- nilnesserr
6971
- nilnil
72+
- nlreturn
7073
- noctx
7174
- nolintlint
7275
- nosprintfhostport
@@ -87,7 +90,6 @@ linters:
8790
- stylecheck
8891
- tagalign
8992
- tagliatelle
90-
- tenv
9193
- testableexamples
9294
- testifylint
9395
- thelper
@@ -97,8 +99,10 @@ linters:
9799
- unparam
98100
- unused
99101
- usestdlibvars
102+
- usetesting
100103
- wastedassign
101104
- whitespace
105+
- wsl
102106
- zerologlint
103107
# - cyclop
104108
# - depguard
@@ -113,12 +117,10 @@ linters:
113117
# - ireturn
114118
# - maintidx
115119
# - mnd
116-
# - nlreturn
117120
# - nonamedreturns
118121
# - testpackage
119122
# - varnamelen
120123
# - wrapcheck
121-
# - wsl
122124
linters-settings:
123125
revive:
124126
rules:

0 commit comments

Comments
 (0)