Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-03-09 22:15:18 +0300
committerGitHub <noreply@github.com>2023-03-09 22:15:18 +0300
commitb77001973ae16134d89f39105e26d288c3e6f23e (patch)
treee6bc292b6bac25184c0224af5c23be994a3c4e0e /.github
parent7d887024df20722b818725e18b5101ec70f42dd4 (diff)
go version 'stable'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fb74bfdc..ebbaaeda 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.5.0
with:
- go-version: '1.20.1'
+ go-version: 'stable'
- name: build linux amd64 version
run: |
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go