| 
														
															@@ -29,7 +29,7 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Set up Go 
														 | 
														
														 | 
														
															       - name: Set up Go 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
														
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          go-version: 1.19 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          go-version: '1.20' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: build linux amd64 version 
														 | 
														
														 | 
														
															       - name: build linux amd64 version 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: | 
														 | 
														
														 | 
														
															         run: | 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go 
														 | 
														
														 | 
														
															           CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -69,7 +69,7 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Set up Go 
														 | 
														
														 | 
														
															       - name: Set up Go 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
														
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          go-version: 1.19 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          go-version: '1.20' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: build linux arm64 version 
														 | 
														
														 | 
														
															       - name: build linux arm64 version 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: | 
														 | 
														
														 | 
														
															         run: | 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           sudo apt-get update 
														 | 
														
														 | 
														
															           sudo apt-get update 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -111,7 +111,7 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Set up Go 
														 | 
														
														 | 
														
															       - name: Set up Go 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
														
														 | 
														
															         uses: actions/setup-go@v3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          go-version: 1.19 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          go-version: '1.20' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: build linux s390x version 
														 | 
														
														 | 
														
															       - name: build linux s390x version 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: | 
														 | 
														
														 | 
														
															         run: | 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           sudo apt-get update 
														 | 
														
														 | 
														
															           sudo apt-get update 
														 |