Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/cryptography-4…
Browse files Browse the repository at this point in the history
…1.0.6
  • Loading branch information
freemanjp authored Jan 1, 2024
2 parents 9a4748c + 8b53f81 commit 26d61e1
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ are shown below):

```yaml
# Go language SDK version number
golang_version: '1.21.4'
golang_version: '1.21.5'

# Mirror to download the Go language SDK redistributable package from
golang_mirror: 'https://storage.googleapis.com/golang'
Expand All @@ -74,11 +74,13 @@ The following versions of Go language SDK are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `1.21.5`
* `1.21.4`
* `1.21.3`
* `1.21.2`
* `1.21.1`
* `1.21.0`
* `1.20.12`
* `1.20.11`
* `1.20.10`
* `1.20.9`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# code: language=ansible
---
# Go language SDK version number
golang_version: '1.21.4'
golang_version: '1.21.5'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


@pytest.mark.parametrize('name,pattern', [
('GOROOT', '^/opt/go/1.21.4$'),
('GOROOT', '^/opt/go/1.21.5$'),
('GOPATH', '^/root/workspace-go$'),
('PATH', '^(.+:)?/opt/go/1.21.4/bin(:.+)?$'),
('PATH', '^(.+:)?/opt/go/1.21.5/bin(:.+)?$'),
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
])
def test_go_env(host, name, pattern):
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-go-eol/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

roles:
- role: ansible-role-golang
golang_version: '1.20.11'
golang_version: '1.20.12'
golang_gopath: '$HOME/workspace-go'
4 changes: 2 additions & 2 deletions molecule/ubuntu-max-go-eol/tests/test_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


@pytest.mark.parametrize('name,pattern', [
('GOROOT', '^/opt/go/1.20.11$'),
('GOROOT', '^/opt/go/1.20.12$'),
('GOPATH', '^/root/workspace-go$'),
('PATH', '^(.+:)?/opt/go/1.20.11/bin(:.+)?$'),
('PATH', '^(.+:)?/opt/go/1.20.12/bin(:.+)?$'),
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
])
def test_go_env(host, name, pattern):
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/1.20.12-arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: '8afe8e3fb6972eaa2179ef0a71678c67f26509fab4f0f67c4b00f4cdfa92dc87'
3 changes: 3 additions & 0 deletions vars/versions/1.20.12-armv6l.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: 'bf4687cbbf0c44a82311d52e2dcccb263f3d9c3b512007e1fae569e03dc0a189'
3 changes: 3 additions & 0 deletions vars/versions/1.20.12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: '9c5d48c54dd8b0a3b2ef91b0f92a1190aa01f11d26e98033efa64c46a30bba7b'
3 changes: 3 additions & 0 deletions vars/versions/1.21.5-arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: '841cced7ecda9b2014f139f5bab5ae31785f35399f236b8b3e75dff2a2978d96'
3 changes: 3 additions & 0 deletions vars/versions/1.21.5-armv6l.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: '837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe'
3 changes: 3 additions & 0 deletions vars/versions/1.21.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: 'e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e'

0 comments on commit 26d61e1

Please sign in to comment.