Skip to content

Commit 7a2236b

Browse files
committed
Bump minimum Go version to 1.21
1 parent 23f8680 commit 7a2236b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-latest, macos-latest, windows-latest ]
18-
go: [ '1.19', '1.20' ]
18+
go: [ '1.21', '1.22' ]
1919

2020
runs-on: ${{ matrix.os }}
2121

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ CertMagic - Automatic HTTPS using Let's Encrypt
125125
4. Persistent storage
126126
- Typically the local file system (default)
127127
- Other integrations available/possible
128+
5. Go 1.21 or newer
128129

129130
**_Before using this library, your domain names MUST be pointed (A/AAAA records) at your server (unless you use the DNS challenge)!_**
130131

0 commit comments

Comments
 (0)