diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d334b2aca4..b7e6c1e5ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 "./..." @@ -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 . @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/Jenkinsfile b/Jenkinsfile index 491f8dacf5..58d4f0da3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } tools { - go '1.21.3' + go '1.21.4' } stages { diff --git a/manifest/product-config.json b/manifest/product-config.json index 5314fb9eae..22097f880f 100644 --- a/manifest/product-config.json +++ b/manifest/product-config.json @@ -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 },