Skip to content

Commit 1b14908

Browse files
authored
Update to go-1.21.7 (#6697)
VULN-4266, VULN-4334, VULN-4330
1 parent 05aab48 commit 1b14908

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-go@v5
3131
with:
32-
go-version: 1.21.4
32+
go-version: 1.21.7
3333
- name: go-build
3434
run: go build "./..."
3535

@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: 1.21.4
43+
go-version: 1.21.7
4444
- run: go install github.com/google/addlicense@latest
4545
- run: addlicense -check -f licenses/addlicense.tmpl .
4646

@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: actions/setup-go@v5
5353
with:
54-
go-version: 1.21.4
54+
go-version: 1.21.7
5555
cache: false
5656
- name: golangci-lint
5757
uses: golangci/golangci-lint-action@v3
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- uses: actions/setup-go@v5
8181
with:
82-
go-version: 1.21.4
82+
go-version: 1.21.7
8383
- name: Build
8484
run: go build -v "./..."
8585
- name: Run Tests
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v4
100100
- uses: actions/setup-go@v5
101101
with:
102-
go-version: 1.21.4
102+
go-version: 1.21.7
103103
- name: Run Tests
104104
run: go test -race -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
105105
shell: bash
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@v4
140140
- uses: actions/setup-go@v5
141141
with:
142-
go-version: 1.21.4
142+
go-version: 1.21.7
143143
- name: Build
144144
run: go build -v "./tools/stats-definition-exporter"
145145
- name: Run Tests

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
}
1717

1818
tools {
19-
go '1.21.4'
19+
go '1.21.7'
2020
}
2121

2222
stages {

manifest/product-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"release_name": "Couchbase Sync Gateway",
77
"production": true,
88
"interval": 30,
9-
"go_version": "1.21.4",
9+
"go_version": "1.21.7",
1010
"trigger_blackduck": true,
1111
"start_build": 1
1212
},
@@ -454,7 +454,7 @@
454454
"release_name": "Couchbase Sync Gateway 3.1.4",
455455
"production": true,
456456
"interval": 120,
457-
"go_version": "1.21.4",
457+
"go_version": "1.21.7",
458458
"trigger_blackduck": true,
459459
"start_build": 1
460460
},
@@ -522,7 +522,7 @@
522522
"release_name": "Couchbase Sync Gateway 4.0.0",
523523
"production": true,
524524
"interval": 30,
525-
"go_version": "1.21.4",
525+
"go_version": "1.21.7",
526526
"trigger_blackduck": true,
527527
"start_build": 1
528528
},

0 commit comments

Comments
 (0)