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 <mc.sanaei@gmail.com>2023-02-12 10:49:43 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-12 10:49:43 +0300
commit9b85ec26f12ed61b064db3f3543309d7af0326f0 (patch)
tree11e16ef0f0853b496078aaaa541a7ac1ed89143f /.github
parent3343fb4a0dacb7046bab26c8916f93bc9d306ff3 (diff)
upgrade to go v1.20
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index db2c6cbc..46ed5faa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
- go-version: 1.19
+ go-version: '1.20'
- name: build linux amd64 version
run: |
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go
@@ -69,7 +69,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
- go-version: 1.19
+ go-version: '1.20'
- name: build linux arm64 version
run: |
sudo apt-get update
@@ -111,7 +111,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
- go-version: 1.19
+ go-version: '1.20'
- name: build linux s390x version
run: |
sudo apt-get update