0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-19 06:39:48 +03:00

Update go 1.23 (#3730)

This commit is contained in:
yuhan6665
2024-08-25 22:30:38 -04:00
committed by GitHub
parent 5d7dfbbcac
commit 592c2daf58
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.gotoolchain || '1.22' }}
go-version: ${{ matrix.gotoolchain || '1.23' }}
check-latest: true
- name: Get project dependencies