diff options
author | Francis Lavoie <[email protected]> | 2022-03-25 14:56:29 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 14:56:29 -0400 |
commit | b4f1a713978f44b6f26721bd4eaa355164e3e6f4 (patch) | |
tree | 9e571704c4ce2759c1f29ee8e776a4192f23596d /.github | |
parent | d06d0e79f839a26ab2cf81b00ba2d180623c57a9 (diff) | |
download | caddy-b4f1a713978f44b6f26721bd4eaa355164e3e6f4.tar.gz caddy-b4f1a713978f44b6f26721bd4eaa355164e3e6f4.zip |
chore: Bump minimum Go to 1.17 (#4662)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 894b8ed24..424b5dd19 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 |