Skip to content

Commit a965dba

Browse files
committed
CBG-5569: upgrade to go 1.26.5
1 parent b839cd2 commit a965dba

4 files changed

Lines changed: 4 additions & 4 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.4
38+
GO_VERSION: &go_version 1.26.5
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.4
50+
go-version: 1.26.5
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.4
3+
go 1.26.5
44

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

manifest/product-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
"trigger_blackduck": true
10071007
},
10081008
"manifest/default.xml": {
1009-
"go_version": "1.26.4",
1009+
"go_version": "1.26.5",
10101010
"interval": 30,
10111011
"production": true,
10121012
"release": "4.2.0",

0 commit comments

Comments
 (0)