mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-12 05:05:15 +09:00
use most recent go 1.17 for tests
This commit is contained in:
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.17.3"
|
||||
go-version: "1.17"
|
||||
|
||||
- name: Run Integration tests
|
||||
run: go test -tags integration -timeout 30m
|
||||
|
||||
Reference in New Issue
Block a user