Skip to content

Commit e1002a1

Browse files
committed
go 1.21
1 parent c77d373 commit e1002a1

File tree

6 files changed

+5
-12
lines changed

6 files changed

+5
-12
lines changed

.github/workflows/goreleaser-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.18
19+
go-version: 1.21
2020
-
2121
name: Docker Login
2222
uses: docker/login-action@v1

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.18
19+
go-version: 1.21
2020
-
2121
name: Docker Login
2222
uses: docker/login-action@v1

.github/workflows/test-kubectl-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
kubectl-hlf:
99
strategy:
1010
matrix:
11-
go-version: [ 1.18.x ]
11+
go-version: [ 1.21.x ]
1212
os: [ ubuntu-latest ]
1313
runs-on: ${{ matrix.os }}
1414
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [ 1.18.x ]
10+
go-version: [ 1.21.x ]
1111
os: [ ubuntu-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

config/crd/bases/hlf.kungfusoftware.es_fabricmainchannels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ spec:
179179
server_tls_cert:
180180
type: string
181181
type: object
182+
nullable: true
182183
type: array
183184
etcdRaft:
184185
nullable: true
@@ -299,7 +300,6 @@ spec:
299300
required:
300301
- batchTimeout
301302
- capabilities
302-
- consenterMapping
303303
- ordererType
304304
- state
305305
type: object

go.sum

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ github.com/hyperledger/fabric-lib-go v1.0.0 h1:UL1w7c9LvHZUSkIvHTDGklxFv2kTeva1Q
484484
github.com/hyperledger/fabric-lib-go v1.0.0/go.mod h1:H362nMlunurmHwkYqR5uHL2UDWbQdbfz74n8kbCFsqc=
485485
github.com/hyperledger/fabric-protos-go v0.0.0-20210911123859-041d13f0980c/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
486486
github.com/hyperledger/fabric-protos-go v0.0.0-20211118165945-23d738fc3553/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
487-
github.com/hyperledger/fabric-protos-go v0.3.0 h1:MXxy44WTMENOh5TI8+PCK2x6pMj47Go2vFRKDHB2PZs=
488487
github.com/hyperledger/fabric-protos-go v0.3.0/go.mod h1:WWnyWP40P2roPmmvxsUXSvVI/CF6vwY1K1UFidnKBys=
489488
github.com/hyperledger/fabric-protos-go v0.3.1-0.20230524072835-b03edb47a905 h1:Q7AqBmlqKRq7LAFzZhmGEu01tFgppXCm0rfLwzeqOw8=
490489
github.com/hyperledger/fabric-protos-go v0.3.1-0.20230524072835-b03edb47a905/go.mod h1:WWnyWP40P2roPmmvxsUXSvVI/CF6vwY1K1UFidnKBys=
@@ -538,12 +537,6 @@ github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 h1:iQTw/8FWTuc7uia
538537
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8=
539538
github.com/karrick/godirwalk v1.16.1 h1:DynhcF+bztK8gooS0+NDJFrdNZjJ3gzVzC545UNA9iw=
540539
github.com/karrick/godirwalk v1.16.1/go.mod h1:j4mkqPuvaLI8mp1DroR3P6ad7cyYd4c1qeJ3RV7ULlk=
541-
github.com/kfsoftware/fabric-config v0.0.0-20231011154251-e61bb40ee086 h1:zboxmgFTsZaghqsmGC0z6eXrmAGeVLfMs/1om5OfTFQ=
542-
github.com/kfsoftware/fabric-config v0.0.0-20231011154251-e61bb40ee086/go.mod h1:1ZfjDrsuMoM4IPKezQgTByy2vXUj8bgTXaOXaGXK5O4=
543-
github.com/kfsoftware/fabric-config v0.0.0-20240118173542-2c762ed17d0c h1:1IL8laUw8SWPr1CWfisKczihAZwY0F7p69eI/L3owso=
544-
github.com/kfsoftware/fabric-config v0.0.0-20240118173542-2c762ed17d0c/go.mod h1:1ZfjDrsuMoM4IPKezQgTByy2vXUj8bgTXaOXaGXK5O4=
545-
github.com/kfsoftware/fabric-config v0.0.0-20240118174340-d0ca879ab321 h1:WNLitFlI21cedFpC0cWKRZgABhZbAK6ndxkezDlt3rA=
546-
github.com/kfsoftware/fabric-config v0.0.0-20240118174340-d0ca879ab321/go.mod h1:1ZfjDrsuMoM4IPKezQgTByy2vXUj8bgTXaOXaGXK5O4=
547540
github.com/kfsoftware/fabric-config v0.0.0-20240118175815-ef1a1564900a h1:4o9kHzPdSU4Jzj8GpDYxmy3xZ45GEM0DKLtP862gf2c=
548541
github.com/kfsoftware/fabric-config v0.0.0-20240118175815-ef1a1564900a/go.mod h1:1ZfjDrsuMoM4IPKezQgTByy2vXUj8bgTXaOXaGXK5O4=
549542
github.com/kfsoftware/fabric-sdk-go v0.0.0-20240114221414-98466038585d h1:HcMV8Lve3QkZUIWYHP+rVIR4xtTdDPooj7Id0IdBj0o=

0 commit comments

Comments
 (0)