Skip to content

Commit

Permalink
Updated Go to 1.12.9 (#105)
Browse files Browse the repository at this point in the history
1.12.9 will now be installed by default.
  • Loading branch information
freemanjp committed Aug 16, 2019
1 parent cd02a43 commit 24a34ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ are shown below):

```yaml
# Go language SDK version number
golang_version: '1.12.8'
golang_version: '1.12.9'

# Mirror to download the Go language SDK redistributable package from
golang_mirror: 'https://storage.googleapis.com/golang'
Expand All @@ -75,6 +75,7 @@ The following versions of Go language SDK are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):

* `1.12.9`
* `1.12.8`
* `1.12.7`
* `1.12.6`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
@@ -1,6 +1,6 @@
---
# Go language SDK version number
golang_version: '1.12.8'
golang_version: '1.12.9'

# Mirror to download the Go language SDK redistributable package from
golang_mirror: 'https://storage.googleapis.com/golang'
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/tests/test_role.py
Expand Up @@ -9,9 +9,9 @@


@pytest.mark.parametrize('name,pattern', [
('GOROOT', '^/opt/go/1.12.8$'),
('GOROOT', '^/opt/go/1.12.9$'),
('GOPATH', '^/root/workspace-go$'),
('PATH', '^(.+:)?/opt/go/1.12.8/bin(:.+)?$'),
('PATH', '^(.+:)?/opt/go/1.12.9/bin(:.+)?$'),
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
])
def test_go_env(host, name, pattern):
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/1.12.9.yml
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: 'ac2a6efcc1f5ec8bdc0db0a988bb1d301d64b6d61b7e8d9e42f662fbb75a2b9b'

0 comments on commit 24a34ab

Please sign in to comment.