summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-03-25 14:56:29 -0400
committerGitHub <noreply@github.com>2022-03-25 14:56:29 -0400
commitb4f1a713978f44b6f26721bd4eaa355164e3e6f4 (patch)
tree9e571704c4ce2759c1f29ee8e776a4192f23596d /.github
parentd06d0e79f839a26ab2cf81b00ba2d180623c57a9 (diff)
chore: Bump minimum Go to 1.17 (#4662)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 894b8ed..424b5dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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