Skip to content

Commit 68842cd

Browse files
authored
Go 1.21 (#208)
* NetworkConfig: filter the peers to be added per organization * Filter peers by org, global peers and global CAs * Add `FabricChaincodeTemplate` CRD * update * Add support for FabricChaincodeTemplateRef in FabricChaincodeSpec Signed-off-by: David VIEJO <[email protected]> * update * Update helm chart in pipelien Signed-off-by: David VIEJO <[email protected]> * Update Signed-off-by: David VIEJO <[email protected]> * update Signed-off-by: David VIEJO <[email protected]> * Update Signed-off-by: David VIEJO <[email protected]> * update * fabric-config 0.1.0 -> 0.2.1 Add ports 443 for the peer * Upgrade to go 1.21 * Add adminURL in the network config if available * Update pipelines to 1.21 --------- Signed-off-by: David VIEJO <[email protected]>
1 parent 0b502b7 commit 68842cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:

0 commit comments

Comments
 (0)