Skip to content

Commit 86d91ba

Browse files
authored
Added support for Go 1.21.8 (#342)
Go 1.22.1 remains the default version installed.
1 parent 7ce8429 commit 86d91ba

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ instructions):
7676
7777
* `1.22.1`
7878
* `1.22.0`
79+
* `1.21.8`
7980
* `1.21.7`
8081
* `1.21.6`
8182
* `1.21.5`

molecule/ubuntu-max-go-eol/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
roles:
77
- role: ansible-role-golang
8-
golang_version: '1.21.7'
8+
golang_version: '1.21.8'
99
golang_gopath: '$HOME/workspace-go'

molecule/ubuntu-max-go-eol/tests/test_role.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
@pytest.mark.parametrize('name,pattern', [
6-
('GOROOT', '^/opt/go/1.21.7$'),
6+
('GOROOT', '^/opt/go/1.21.8$'),
77
('GOPATH', '^/root/workspace-go$'),
8-
('PATH', '^(.+:)?/opt/go/1.21.7/bin(:.+)?$'),
8+
('PATH', '^(.+:)?/opt/go/1.21.8/bin(:.+)?$'),
99
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
1010
])
1111
def test_go_env(host, name, pattern):

vars/versions/1.21.8-arm64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# SHA256 sum for the redistributable package
3+
golang_redis_sha256sum: '3c19113c686ffa142e9159de1594c952dee64d5464965142d222eab3a81f1270'

vars/versions/1.21.8-armv6l.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# SHA256 sum for the redistributable package
3+
golang_redis_sha256sum: '99f836c27807334409870930481ed8453cda7a06d6319853ee74fc924e352a47'

vars/versions/1.21.8.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# SHA256 sum for the redistributable package
3+
golang_redis_sha256sum: '538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f'

0 commit comments

Comments
 (0)