0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-13 03:49:35 +03:00

Update workflows to use Go 1.21

This commit is contained in:
RPRX
2023-08-26 06:26:27 +00:00
committed by GitHub
parent d616f6160d
commit 1a69baed17
2 changed files with 2 additions and 2 deletions

View File

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

View File

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