Skip to content

Commit

Permalink
Update golang to 1.17.9 (hashicorp#1172)
Browse files Browse the repository at this point in the history
- Run go mod tidy on packages.
- Update to latest Consul API on control plane.
  • Loading branch information
Ashwin Venkatesh authored Apr 14, 2022
1 parent c99c85c commit 7e79149
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 229 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
go:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.5
- image: docker.mirror.hashicorp.services/cimg/go:1.17.9
environment:
TEST_RESULTS: /tmp/test-results # path to where test results are saved
CONSUL_VERSION: 1.11.4 # Consul's OSS version to use in tests
Expand All @@ -30,9 +30,9 @@ commands:
- run:
name: Install gotestsum, kind, kubectl, and helm
command: |
wget https://golang.org/dl/go1.17.5.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.17.5.linux-amd64.tar.gz
rm go1.17.5.linux-amd64.tar.gz
wget https://golang.org/dl/go1.17.9.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.17.9.linux-amd64.tar.gz
rm go1.17.9.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> $BASH_ENV
wget https://github.com/gotestyourself/gotestsum/releases/download/v1.6.4/gotestsum_1.6.4_linux_amd64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.2
1.17.9
Loading

0 comments on commit 7e79149

Please sign in to comment.