chore: Bump minimum Go to 1.17 (#4662)

This commit is contained in:
Francis Lavoie
2022-03-25 14:56:29 -04:00
committed by GitHub
parent d06d0e79f8
commit b4f1a71397
3 changed files with 99 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.17', '1.18' ]
# Set some variables per OS, usable via ${{ matrix.VAR }}
# CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing