fix(deps): Update Go version to 1.22.2 for Xray compatibility (1.8.10)

This commit is contained in:
XIII
2024-04-10 17:36:39 +03:30
committed by GitHub
parent 19a109355b
commit 3c0f6eeb21

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
go-version: '1.22.2'
- name: Install gomobile
run: |