We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f8680 commit 7a2236bCopy full SHA for 7a2236b
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ ubuntu-latest, macos-latest, windows-latest ]
18
- go: [ '1.19', '1.20' ]
+ go: [ '1.21', '1.22' ]
19
20
runs-on: ${{ matrix.os }}
21
README.md
@@ -125,6 +125,7 @@ CertMagic - Automatic HTTPS using Let's Encrypt
125
4. Persistent storage
126
- Typically the local file system (default)
127
- Other integrations available/possible
128
+5. Go 1.21 or newer
129
130
**_Before using this library, your domain names MUST be pointed (A/AAAA records) at your server (unless you use the DNS challenge)!_**
131
0 commit comments