diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 70d4d99..82695da 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go-version: [1.16] + go-version: ["1.19", "1.20"] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 31ba30e..babcfcd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ What's included: * `example` - An example Go application with Duo integrated ## Tested Against Go Versions: - - 1.16 + - 1.19 + - 1.20 ## TLS 1.2 and 1.3 Support