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-15 22:34:39 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-15 22:34:39 +0300
commit30611383de06c9a97e3cbb8fcf1bbe531846f6b2 (patch)
tree3b8a23e213bfba36267742797ac4ec42ea79d458 /.github/workflows
parentca40dfe33d93132359636517a0d3628d956f328f (diff)
upgrade go to v1.20.1
Diffstat (limited to '.github/workflows')
-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 4fc6087c..9e1deca5 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'
+ go-version: '1.20.1'
- name: build linux amd64 version
run: |
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go