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>2024-02-20 00:44:53 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-20 00:44:53 +0300
commit328eeb8233d1751eb1a81fb08bd507e7e92d4843 (patch)
treed657ce0c816b52716755b6df0a8e858c8f76269d /.github/workflows
parent02239c8f2d727d4149e45c4b31b92ea1ea3bb424 (diff)
Update workflows to use Go 1.22
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 62bc6e7c..1b50f188 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5.0.0
with:
- go-version: '1.21'
+ go-version: '1.22'
- name: Install dependencies
run: |