src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/build/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-01-16 00:04:53 -0600
committerLuke Hoersten <[email protected]>2024-01-16 00:04:53 -0600
commit312bf5e6094a496eafbfaed53d972c7d21d0b6d2 (patch)
treee89498a64a55989cb94d905dc9901d7c56355a4a /dendrite/build/tasks/main.yaml
parent73d565ba00deaa6bf255272650d9ce0b40442d87 (diff)
Version updates.
Diffstat (limited to 'dendrite/build/tasks/main.yaml')
-rw-r--r--dendrite/build/tasks/main.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/dendrite/build/tasks/main.yaml b/dendrite/build/tasks/main.yaml
index f4d15dc..6787622 100644
--- a/dendrite/build/tasks/main.yaml
+++ b/dendrite/build/tasks/main.yaml
@@ -2,7 +2,15 @@
- name: install golang
become: yes
- apt: name="golang-go"
+ apt: name="golang-1.21-go"
+
+- name: link go bin
+ become: yes
+ file:
+ src: "/usr/lib/go-1.21/bin/go"
+ dest: "/usr/bin/go"
+ state: "link"
+ mode: "0755"
- name: unarchive dendrite
unarchive: