Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
name: Upgrade golang
command: |
cd /tmp && \
wget https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz && \
tar -zxvf go1.13.3.linux-amd64.tar.gz && \
wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz && \
tar -zxvf go1.14.4.linux-amd64.tar.gz && \
sudo rm -fr /usr/local/go && \
sudo mv /tmp/go /usr/local/go && \
cd -
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
* `cortex_querier_blocks_consistency_checks_total`
* `cortex_querier_blocks_consistency_checks_failed_total`
* `cortex_querier_storegateway_refetches_per_query`
* [ENHANCEMENT] Cortex is now built with Go 1.14. #2480 #2753
* [BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506
* [BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
* [BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400
Expand Down