From 0279a57ac465b2920abf71d86203d9feac2015b5 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 20 Aug 2020 16:04:10 -0400 Subject: ci: Upgrade to Go 1.15 (#3642) * ci: Try Go 1.15 RC1 out of curiosity * Go 1.15 was released; let's try it * Update to latest quic-go * Attempt at fixing broken test Co-authored-by: Matthew Holt --- .github/workflows/cross-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/cross-build.yml') diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index a935cba..49abd79 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd'] - go-version: [ 1.14.x ] + go-version: [ 1.14.x, 1.15.x ] runs-on: ubuntu-latest continue-on-error: true steps: -- cgit v1.2.3