mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-23 07:23:01 +00:00
workflows: add check-latest
This commit is contained in:
parent
22e46b846c
commit
7dcf08c5ef
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -126,6 +126,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.17.7
|
||||
check-latest: true
|
||||
|
||||
- name: Get project dependencies
|
||||
run: go mod download
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.17.7
|
||||
check-latest: true
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user