mirror of
https://github.com/caddyserver/caddy.git
synced 2026-09-21 10:27:59 +00:00
chore: Bump minimum Go to 1.17 (#4662)
This commit is contained in:
parent
d06d0e79f8
commit
b4f1a71397
3 changed files with 99 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue