Skip to content

Commit

Permalink
Revert Go dep to 1.9
Browse files Browse the repository at this point in the history
Ping GH-4028
  • Loading branch information
jefferai committed Feb 23, 2018
1 parent f54832b commit b84984c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- docker

go:
- "1.10"
- "1.9"

matrix:
allow_failures:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ IMPROVEMENTS:

* auth: Allow sending default_lease_ttl and max_lease_ttl values when enabling
auth methods. [GH-4019]
* secret/database: Add list functionality to `database/config` endpoint
[GH-4026]

BUG FIXES:

* auth/aws: Switch libraries to fix regression verifying PKCS#7 identity
* listener: Revert to Go 1.9 for now to allow certificates with non-DNS names
in their DNS SANs to be used for Vault's TLS connections [GH-4028]
* auth/aws: Update libraries to fix regression verifying PKCS#7 identity
documents [GH-4014]

## 0.9.4 (February 20th, 2018)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Developing Vault
--------------------

If you wish to work on Vault itself or any of its built-in systems, you'll
first need [Go](https://www.golang.org) installed on your machine (version 1.10+
first need [Go](https://www.golang.org) installed on your machine (version 1.9+
is *required*).

For local dev first make sure Go is properly installed, including setting up a
Expand Down

0 comments on commit b84984c

Please sign in to comment.