0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 22:31:25 +03:00

Update workflows to use Go 1.22

This commit is contained in:
RPRX 2024-02-18 06:55:47 +00:00 committed by GitHub
parent fa5d7a255b
commit 5ea1315b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.21' go-version: '1.22'
check-latest: true check-latest: true
- name: Get project dependencies - name: Get project dependencies

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.21' go-version: '1.22'
check-latest: true check-latest: true
- name: Checkout codebase - name: Checkout codebase
uses: actions/checkout@v4 uses: actions/checkout@v4