File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030 - uses : actions/setup-go@v5
3131 with :
32- go-version : 1.21.4
32+ go-version : 1.21.7
3333 - name : go-build
3434 run : go build "./..."
3535
4040 - uses : actions/checkout@v4
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : 1.21.4
43+ go-version : 1.21.7
4444 - run : go install github.com/google/addlicense@latest
4545 - run : addlicense -check -f licenses/addlicense.tmpl .
4646
5151 - uses : actions/checkout@v4
5252 - uses : actions/setup-go@v5
5353 with :
54- go-version : 1.21.4
54+ go-version : 1.21.7
5555 cache : false
5656 - name : golangci-lint
5757 uses : golangci/golangci-lint-action@v3
7979 - uses : actions/checkout@v4
8080 - uses : actions/setup-go@v5
8181 with :
82- go-version : 1.21.4
82+ go-version : 1.21.7
8383 - name : Build
8484 run : go build -v "./..."
8585 - name : Run Tests
9999 - uses : actions/checkout@v4
100100 - uses : actions/setup-go@v5
101101 with :
102- go-version : 1.21.4
102+ go-version : 1.21.7
103103 - name : Run Tests
104104 run : go test -race -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
105105 shell : bash
@@ -139,7 +139,7 @@ jobs:
139139 - uses : actions/checkout@v4
140140 - uses : actions/setup-go@v5
141141 with :
142- go-version : 1.21.4
142+ go-version : 1.21.7
143143 - name : Build
144144 run : go build -v "./tools/stats-definition-exporter"
145145 - name : Run Tests
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pipeline {
1616 }
1717
1818 tools {
19- go ' 1.21.4 '
19+ go ' 1.21.7 '
2020 }
2121
2222 stages {
Original file line number Diff line number Diff line change 66 "release_name" : " Couchbase Sync Gateway" ,
77 "production" : true ,
88 "interval" : 30 ,
9- "go_version" : " 1.21.4 " ,
9+ "go_version" : " 1.21.7 " ,
1010 "trigger_blackduck" : true ,
1111 "start_build" : 1
1212 },
454454 "release_name" : " Couchbase Sync Gateway 3.1.4" ,
455455 "production" : true ,
456456 "interval" : 120 ,
457- "go_version" : " 1.21.4 " ,
457+ "go_version" : " 1.21.7 " ,
458458 "trigger_blackduck" : true ,
459459 "start_build" : 1
460460 },
522522 "release_name" : " Couchbase Sync Gateway 4.0.0" ,
523523 "production" : true ,
524524 "interval" : 30 ,
525- "go_version" : " 1.21.4 " ,
525+ "go_version" : " 1.21.7 " ,
526526 "trigger_blackduck" : true ,
527527 "start_build" : 1
528528 },
You can’t perform that action at this time.
0 commit comments