Skip to content

Commit

Permalink
ci: Update tested go versions to 1.22 and 1.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Aug 14, 2024
1 parent f15d9fc commit b30b42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b30b42d

Please sign in to comment.