mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-05 04:29:19 +02:00
Update workflows to use Go 1.22
This commit is contained in:
parent
fa5d7a255b
commit
5ea1315b85
|
@ -167,7 +167,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.22'
|
||||
check-latest: true
|
||||
|
||||
- name: Get project dependencies
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.22'
|
||||
check-latest: true
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue