From c8043eab61f0ec5bdd924c1c30caf164a9bb2c66 Mon Sep 17 00:00:00 2001 From: Michael Fridman Date: Fri, 15 Mar 2024 22:24:06 -0400 Subject: [PATCH] build: add go1.22 to ci workflows (#383) --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27974bb..753bca5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - go: ["1.19", "1.20", "1.21"] + go: ["1.20", "1.21", "1.22"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8bf542..6f8c65c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" check-latest: true - name: golangci-lint uses: golangci/golangci-lint-action@v4 diff --git a/README.md b/README.md index a1e7db4..0bb636f 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ requests will land on `main`. Periodically, versions will be tagged from `main`. You can find all the releases on [the project releases page](https://github.com/golang-jwt/jwt/releases). -**BREAKING CHANGES:*** A full list of breaking changes is available in -`VERSION_HISTORY.md`. See `MIGRATION_GUIDE.md` for more information on updating +**BREAKING CHANGES:** A full list of breaking changes is available in +`VERSION_HISTORY.md`. See [`MIGRATION_GUIDE.md`](./MIGRATION_GUIDE.md) for more information on updating your code. ## Extensions