Bump minimum Go version to 1.21

This commit is contained in:
Matthew Holt 2024-03-06 12:26:33 -07:00
parent 23f868079e
commit 7a2236bee7
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ '1.19', '1.20' ] go: [ '1.21', '1.22' ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -125,6 +125,7 @@ CertMagic - Automatic HTTPS using Let's Encrypt
4. Persistent storage 4. Persistent storage
- Typically the local file system (default) - Typically the local file system (default)
- Other integrations available/possible - Other integrations available/possible
5. Go 1.21 or newer
**_Before using this library, your domain names MUST be pointed (A/AAAA records) at your server (unless you use the DNS challenge)!_** **_Before using this library, your domain names MUST be pointed (A/AAAA records) at your server (unless you use the DNS challenge)!_**