From 5376e5113e25d85725e1f64d06a288700a50bbaa Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 18 Feb 2021 07:09:49 -0500 Subject: ci: Build and test on Go 1.16, bump minimum to 1.15 (#4024) * ci: Build and test on Go 1.16 * ci: Drop Go 1.14 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9540fdd..22e7d7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - go: [ '1.14', '1.15' ] + go: [ '1.15', '1.16' ] # Set some variables per OS, usable via ${{ matrix.VAR }} # CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing -- cgit v1.2.3