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-08-29 21:44:12 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-29 21:44:12 +0300
commit8698024b6153aaf1298389c3aa418aa8e7b6322a (patch)
treed1b6def0e7ea1fa5a7649b3aa900461599f20f52 /.github
parente8b576fa65f5b7b6846bdbfa20f143ed0ec0244c (diff)
upgrade go to 1.21
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 f6c1a8de..6698aad5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4.1.0
with:
- go-version: '1.20'
+ go-version: '1.21'
- name: Install dependencies for arm64
if: matrix.platform == 'arm64'