Skip to content

Commit

Permalink
Bump Go version to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Nov 8, 2023
1 parent 4508380 commit 341cff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: go-build
run: go build "./..."

Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- run: go install github.com/google/addlicense@latest
- run: addlicense -check -f licenses/addlicense.tmpl .

Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: Build
run: go build -v "./..."
- name: Run Tests
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: Run Tests
run: go test -race -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 @@ -137,7 +137,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- 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.3'
go '1.21.4'
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"go_version": "1.21.4",
"trigger_blackduck": true,
"start_build": 1
},
Expand Down

0 comments on commit 341cff3

Please sign in to comment.