Skip to content

Commit

Permalink
move to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Jul 3, 2024
1 parent 19905c9 commit 57b6ed6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
- name: go-build
run: go build "./..."

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

Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
- name: Build
run: go build -v "./..."
- name: Run Tests
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
- 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 @@ -153,7 +153,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
- 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.22.4'
go '1.22.5'
}

stages {
Expand Down
4 changes: 2 additions & 2 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.22.4",
"go_version": "1.22.5",
"trigger_blackduck": true,
"start_build": 320
},
Expand Down Expand Up @@ -454,7 +454,7 @@
"release_name": "Couchbase Sync Gateway 3.1.9",
"production": true,
"interval": 120,
"go_version": "1.22.4",
"go_version": "1.22.5",
"trigger_blackduck": true,
"start_build": 1
},
Expand Down

0 comments on commit 57b6ed6

Please sign in to comment.