ci: Update tested go versions to 1.22 and 1.23.

This commit is contained in:
jholdstock 2024-08-14 09:28:47 +01:00 committed by Jamie Holdstock
parent caca0b45d0
commit 690b06412a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go: ["1.21", "1.22"] go: ["1.22", "1.23"]
steps: steps:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2 uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2

View File

@ -42,7 +42,7 @@ VSP will add the ticket to a pool of always-online voting wallets.
## Implementation ## 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: libraries:
- [gin-gonic/gin](https://github.com/gin-gonic/gin) webserver. - [gin-gonic/gin](https://github.com/gin-gonic/gin) webserver.