Skip to content

Commit fda9fa8

Browse files
authored
Updated Go to 1.23.5 (#397)
1.23.5 will now be installed by default. Support for the following versions has also been added: * `1.23.4` * `1.22.11` * `1.22.10`
1 parent ee1ebf0 commit fda9fa8

17 files changed

+47
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ are shown below):
5252

5353
```yaml
5454
# Go language SDK version number
55-
golang_version: '1.23.3'
55+
golang_version: '1.23.5'
5656

5757
# Mirror to download the Go language SDK redistributable package from
5858
golang_mirror: 'https://storage.googleapis.com/golang'
@@ -73,10 +73,14 @@ The following versions of Go language SDK are supported without any additional
7373
configuration (for other versions follow the Advanced Configuration
7474
instructions):
7575
76+
* `1.23.5`
77+
* `1.23.4`
7678
* `1.23.3`
7779
* `1.23.2`
7880
* `1.23.1`
7981
* `1.23.0`
82+
* `1.22.11`
83+
* `1.22.10`
8084
* `1.22.9`
8185
* `1.22.8`
8286
* `1.22.7`

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# code: language=ansible
22
---
33
# Go language SDK version number
4-
golang_version: '1.23.3'
4+
golang_version: '1.23.5'
55

66
# Mirror to download the Go language SDK redistributable package from
77
golang_mirror: 'https://storage.googleapis.com/golang'

molecule/default/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.23.3$'),
6+
('GOROOT', '^/opt/go/1.23.5$'),
77
('GOPATH', '^/root/workspace-go$'),
8-
('PATH', '^(.+:)?/opt/go/1.23.3/bin(:.+)?$'),
8+
('PATH', '^(.+:)?/opt/go/1.23.5/bin(:.+)?$'),
99
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
1010
])
1111
def test_go_env(host, name, pattern):

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.22.9'
8+
golang_version: '1.22.11'
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.22.9$'),
6+
('GOROOT', '^/opt/go/1.22.11$'),
77
('GOPATH', '^/root/workspace-go$'),
8-
('PATH', '^(.+:)?/opt/go/1.22.9/bin(:.+)?$'),
8+
('PATH', '^(.+:)?/opt/go/1.22.11/bin(:.+)?$'),
99
('PATH', '^(.+:)?/root/workspace-go/bin(:.+)?$')
1010
])
1111
def test_go_env(host, name, pattern):

vars/versions/1.22.10-amd64.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: '736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092'

vars/versions/1.22.10-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: '5213c5e32fde3bd7da65516467b7ffbfe40d2bb5a5f58105e387eef450583eec'

vars/versions/1.22.10-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: 'a7bbbc80fe736269820bbdf3555e91ada5d18a5cde2276aac3b559bc1d52fc70'

vars/versions/1.22.11-amd64.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: '0fc88d966d33896384fbde56e9a8d80a305dc17a9f48f1832e061724b1719991'

vars/versions/1.22.11-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: '9ebfcab26801fa4cf0627c6439db7a4da4d3c6766142a3dd83508240e4f21031'

vars/versions/1.22.11-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: 'ac3ba3e0433d96b041f683e9bbb791ca39e159b3d4bb948de4ab3a2c1af1b257'

vars/versions/1.23.4-amd64.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: '6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971'

vars/versions/1.23.4-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: '16e5017863a7f6071363782b1b8042eb12c6ca4f4cd71528b2123f0a1275b13e'

vars/versions/1.23.4-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: '1f1dda0dc7ce0b2295f57258ec5ef0803fd31b9ed0aa20e2e9222334e5755de1'

vars/versions/1.23.5-amd64.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: 'cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091'

vars/versions/1.23.5-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: '47c84d332123883653b70da2db7dd57d2a865921ba4724efcdf56b5da7021db0'

vars/versions/1.23.5-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: '04e0b5cf5c216f0aa1bf8204d49312ad0845800ab0702dfe4357c0b1241027a3'

0 commit comments

Comments
 (0)