Skip to content

Commit

Permalink
Added support for Go 1.21.13
Browse files Browse the repository at this point in the history
Go 1.22.6 remains the default version installed.
  • Loading branch information
freemanjp committed Aug 11, 2024
1 parent bcdf64e commit 122fa01
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.22.2`
* `1.22.1`
* `1.22.0`
* `1.21.13`
* `1.21.12`
* `1.21.11`
* `1.21.10`
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.21.12'
golang_version: '1.21.13'
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.21.12$'),
('GOROOT', '^/opt/go/1.21.13$'),
('GOPATH', '^/root/workspace-go$'),
('PATH', '^(.+:)?/opt/go/1.21.12/bin(:.+)?$'),
('PATH', '^(.+:)?/opt/go/1.21.13/bin(:.+)?$'),
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
])
def test_go_env(host, name, pattern):
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/1.21.13-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: '2ca2d70dc9c84feef959eb31f2a5aac33eefd8c97fe48f1548886d737bffabd4'
3 changes: 3 additions & 0 deletions vars/versions/1.21.13-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: '7f360ac69fc7f53cbe849680a7cb508524b9f225c532d9d888a0583c7903750b'
3 changes: 3 additions & 0 deletions vars/versions/1.21.13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
golang_redis_sha256sum: '502fc16d5910562461e6a6631fb6377de2322aad7304bf2bcd23500ba9dab4a7'

0 comments on commit 122fa01

Please sign in to comment.