Skip to content

Commit 342c231

Browse files
authored
CBG-5431: Update go version 1.26.4 (#8336)
1 parent 7495240 commit 342c231

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
ACTIONS_CHECKOUT_VERSION: &actions_checkout_version actions/checkout@v6
3636
ACTIONS_SETUP_GO_VERSION: &actions_setup_go_version actions/setup-go@v6
3737
ACTIONS_RUFF_VERSION: &actions_ruff_version astral-sh/ruff-action@v4.0.0
38-
GO_VERSION: &go_version 1.26.3
38+
GO_VERSION: &go_version 1.26.4
3939
GOTESTSUM_VERSION: 1.13.0
4040
GO_TEST_ANNOTATIONS_VERSION: &go_test_annotations_version guyarb/golang-test-annotations@v0.9.0
4141

.github/workflows/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# build sync gateway since the executable is needed for service installation
4848
- uses: actions/setup-go@v6
4949
with:
50-
go-version: 1.26.3
50+
go-version: 1.26.4
5151
- name: "Build Sync Gateway"
5252
run: mkdir -p ./bin && go build -o ./bin ./...
5353
- name: "Run test scripts"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/couchbase/sync_gateway
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
dario.cat/mergo v1.0.0

manifest/product-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"trigger_blackduck": true
612612
},
613613
"manifest/3.2.xml": {
614-
"go_version": "1.25.10",
614+
"go_version": "1.25.11",
615615
"interval": 120,
616616
"production": true,
617617
"release": "3.2.8",
@@ -729,7 +729,7 @@
729729
"trigger_blackduck": true
730730
},
731731
"manifest/3.3.xml": {
732-
"go_version": "1.25.10",
732+
"go_version": "1.25.11",
733733
"interval": 120,
734734
"production": true,
735735
"release": "3.3.6",
@@ -838,7 +838,7 @@
838838
"trigger_blackduck": true
839839
},
840840
"manifest/4.0.xml": {
841-
"go_version": "1.25.10",
841+
"go_version": "1.25.11",
842842
"interval": 120,
843843
"production": true,
844844
"release": "4.0.6",
@@ -938,7 +938,7 @@
938938
},
939939

940940
"manifest/default.xml": {
941-
"go_version": "1.26.3",
941+
"go_version": "1.26.4",
942942
"interval": 30,
943943
"production": true,
944944
"release": "4.1.0",

0 commit comments

Comments
 (0)