We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ad29e + 8c15901 commit 0f0b204Copy full SHA for 0f0b204
.github/workflows/installer-dev.yml
@@ -18,6 +18,12 @@ jobs:
18
- name: Check out code into the Go module directory
19
uses: actions/checkout@v3
20
21
+ - name: Set up Go 1.x
22
+ uses: actions/setup-go@v4
23
+ with:
24
+ go-version: ^1.20
25
+ id: go
26
+
27
- name: Get dependencies
28
working-directory: ./installer
29
run: |
.github/workflows/installer-qa.yml
installer/README.md
@@ -1 +1 @@
1
-# Server Installer
+# UTMStack Installer
0 commit comments