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