Skip to content

Commit

Permalink
Bump Go to 1.21.8 (#6717)
Browse files Browse the repository at this point in the history
* Bump Go to 1.21.8

* Bump CI
  • Loading branch information
bbrks authored Mar 6, 2024
1 parent fe58465 commit 8f1f504
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
- name: go-build
run: go build "./..."

Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
- run: go install github.com/google/addlicense@latest
- run: addlicense -check -f licenses/addlicense.tmpl .

Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
- name: Build
run: go build -v "./..."
- name: Run Tests
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
- name: Run Tests
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 )'
shell: bash
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.21.8
- name: Build
run: go build -v "./tools/stats-definition-exporter"
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
}

tools {
go '1.21.7'
go '1.21.8'
}

stages {
Expand Down
6 changes: 3 additions & 3 deletions manifest/product-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"release_name": "Couchbase Sync Gateway",
"production": true,
"interval": 30,
"go_version": "1.21.7",
"go_version": "1.21.8",
"trigger_blackduck": true,
"start_build": 1
},
Expand Down Expand Up @@ -454,7 +454,7 @@
"release_name": "Couchbase Sync Gateway 3.1.4",
"production": true,
"interval": 120,
"go_version": "1.21.7",
"go_version": "1.21.8",
"trigger_blackduck": true,
"start_build": 1
},
Expand Down Expand Up @@ -522,7 +522,7 @@
"release_name": "Couchbase Sync Gateway 4.0.0",
"production": true,
"interval": 30,
"go_version": "1.21.7",
"go_version": "1.21.8",
"trigger_blackduck": true,
"start_build": 1
},
Expand Down

0 comments on commit 8f1f504

Please sign in to comment.