Skip to content

Commit 0f0b204

Browse files
committed
Merge branch 'main' into rc
2 parents d1ad29e + 8c15901 commit 0f0b204

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/installer-dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v3
2020

21+
- name: Set up Go 1.x
22+
uses: actions/setup-go@v4
23+
with:
24+
go-version: ^1.20
25+
id: go
26+
2127
- name: Get dependencies
2228
working-directory: ./installer
2329
run: |

.github/workflows/installer-qa.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v3
2020

21+
- name: Set up Go 1.x
22+
uses: actions/setup-go@v4
23+
with:
24+
go-version: ^1.20
25+
id: go
26+
2127
- name: Get dependencies
2228
working-directory: ./installer
2329
run: |

installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Server Installer
1+
# UTMStack Installer

0 commit comments

Comments
 (0)