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>2025-09-08 15:33:04 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-08 15:33:04 +0300
commit3edf79e589ae765562f7360b589029ec8f198bc8 (patch)
tree9265127482e74644aa805a9eb9895347bfd0f8ef /.github/workflows
parent5420e643cf71eb1cb1e14ad224ac88f10e47d58c (diff)
actions/setup-go@v6
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 53e13c0b..96ef2d7b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version-file: go.mod
check-latest: true