Skip to content

Commit

Permalink
Added support for Go 1.19.12 (#308)
Browse files Browse the repository at this point in the history
Go 1.20.7 remains the default version installed.
  • Loading branch information
freemanjp committed Aug 5, 2023
1 parent d204563 commit 4daeade
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 @@ -82,6 +82,7 @@ instructions):
* `1.20.2`
* `1.20.1`
* `1.20`
* `1.19.12`
* `1.19.11`
* `1.19.10`
* `1.19.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.19.11'
golang_version: '1.19.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.19.11$'),
('GOROOT', '^/opt/go/1.19.12$'),
('GOPATH', '^/root/workspace-go$'),
('PATH', '^(.+:)?/opt/go/1.19.11/bin(:.+)?$'),
('PATH', '^(.+:)?/opt/go/1.19.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.19.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: '18da7cf1ae5341e6ee120948221aff96df9145ce70f429276514ca7c67c929b1'
3 changes: 3 additions & 0 deletions vars/versions/1.19.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: '459ab9af459cf3e5b640365e090d665752a58236e2e7ae53e8ed72f6e90ef40b'
3 changes: 3 additions & 0 deletions vars/versions/1.19.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: '48e4fcfb6abfdaa01aaf1429e43bdd49cea5e4687bd5f5b96df1e193fcfd3e7e'

0 comments on commit 4daeade

Please sign in to comment.