diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7d4a9653..77f66fac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.21", "1.22"] + go: ["1.22", "1.23"] steps: - name: Set up Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2 diff --git a/README.md b/README.md index c28bc68b..c7dbdb12 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ VSP will add the ticket to a pool of always-online voting wallets. ## Implementation -vspd is built and tested on go 1.21 and 1.22, making use of the following +vspd is built and tested on go 1.22 and 1.23, making use of the following libraries: - [gin-gonic/gin](https://github.com/gin-gonic/gin) webserver.