File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11module github.com/couchbase/sync_gateway
22
3- go 1.26.4
3+ go 1.26.5
44
55require (
66 dario.cat/mergo v1.0.0
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments