Skip to content

Commit

Permalink
Added support for Go 1.20.12 (#330)
Browse files Browse the repository at this point in the history
Go 1.21.5 remains the default version installed.
  • Loading branch information
freemanjp authored Jan 1, 2024
1 parent 0fac3e4 commit 8b53f81
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ instructions):
* `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 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'

0 comments on commit 8b53f81

Please sign in to comment.