Skip to content

Commit

Permalink
Update to go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 14, 2024
1 parent 59ae44d commit 5a4ad60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dendrite_vhost_letsencrypt_key: '{{ letsencrypt_keys[0] | default(omit) }}'
# NOTE: version should be tests in gitlab pipeline
# SEE https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/workhorse.gitlab-ci.yml#L30
# https://go.dev/dl/ -> linux-amd64.tar.gz
dendrite_go_version: '1.23.2'
dendrite_go_version: '1.23.3'
# linux-arm64.tar.gz
dendrite_go_sha256_checksum: f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9
dendrite_go_sha256_checksum: 1f7cbd7f668ea32a107ecd41b6488aaee1f5d77a66efd885b175494439d4e1ce

dendrite_with_validation: true
dendrite_remove: false
Expand Down
4 changes: 2 additions & 2 deletions roles/gitlab/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ gitlab_packages:
# NOTE: version should be tests in gitlab pipeline
# SEE https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/workhorse.gitlab-ci.yml#L30
# https://go.dev/dl/ -> linux-amd64.tar.gz
gitlab_go_version: '1.23.2'
gitlab_go_sha256_checksum: 542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
gitlab_go_version: '1.23.3'
gitlab_go_sha256_checksum: a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8

gitlab_nginx_auth_realm: 'Code access is restricted'
gitlab_nginx_client_max_body_size: '0'
Expand Down

0 comments on commit 5a4ad60

Please sign in to comment.