Skip to content

Commit 4818bd2

Browse files
committed
Bump Go version for main
1 parent 33af150 commit 4818bd2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-go@v5
4040
with:
41-
go-version: 1.24.4
41+
go-version: 1.25.5
4242
- name: go-build
4343
run: go build "./..."
4444

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/setup-go@v5
5151
with:
52-
go-version: 1.24.4
52+
go-version: 1.25.5
5353
- run: go install github.com/google/addlicense@latest
5454
- run: addlicense -check -f licenses/addlicense.tmpl .
5555

@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-go@v5
6262
with:
63-
go-version: 1.24.4
63+
go-version: 1.25.5
6464
- name: golangci-lint
6565
uses: golangci/golangci-lint-action@v7
6666
with:
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v4
8888
- uses: actions/setup-go@v5
8989
with:
90-
go-version: 1.24.4
90+
go-version: 1.25.5
9191
- name: Build
9292
run: go build -v "./..."
9393
- name: Run Tests
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/checkout@v4
108108
- uses: actions/setup-go@v5
109109
with:
110-
go-version: 1.24.4
110+
go-version: 1.25.5
111111
- name: Run Tests
112112
run: go test -tags cb_sg_devmode -race -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
113113
shell: bash
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127
- uses: actions/setup-go@v5
128128
with:
129-
go-version: 1.24.4
129+
go-version: 1.25.5
130130
- name: Run Tests
131131
run: go test -tags cb_sg_devmode -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
132132
shell: bash
@@ -174,7 +174,7 @@ jobs:
174174
- uses: actions/checkout@v4
175175
- uses: actions/setup-go@v5
176176
with:
177-
go-version: 1.24.4
177+
go-version: 1.25.5
178178
- name: Build
179179
run: go build -v "./tools/stats-definition-exporter"
180180
- name: Run Tests
@@ -187,7 +187,7 @@ jobs:
187187
- uses: actions/checkout@v4
188188
- uses: actions/setup-go@v5
189189
with:
190-
go-version: 1.24.4
190+
go-version: 1.25.5
191191
- name: Build
192192
run: go build "./tools/cache_perf_tool"
193193
govulncheck:
@@ -197,5 +197,5 @@ jobs:
197197
- id: govulncheck
198198
uses: golang/govulncheck-action@v1
199199
with:
200-
go-version-input: 1.24.4
200+
go-version-input: 1.25.5
201201
go-package: ./...

Jenkinsfile

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

1717
tools {
18-
go '1.24.4'
18+
go '1.25.5'
1919
}
2020

2121
stages {

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.24.3
3+
go 1.25.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
@@ -827,7 +827,7 @@
827827
"trigger_blackduck": true
828828
},
829829
"manifest/default.xml": {
830-
"go_version": "1.24.4",
830+
"go_version": "1.25.5",
831831
"interval": 30,
832832
"production": true,
833833
"release": "4.1.0",

0 commit comments

Comments
 (0)