build: Update build to go 1.22.

This commit is contained in:
Jamie Holdstock 2024-02-15 18:45:01 +08:00 committed by Jamie Holdstock
parent cf8f791684
commit 6a72321ddb
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20", "1.21"]
go: ["1.21", "1.22"]
steps:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5.0.0
@ -17,6 +17,6 @@ jobs:
- name: Build
run: go build ./...
- name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.1"
- name: Test and Lint
run: ./run_tests.sh

View File

@ -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.20 and 1.21, making use of the following
vspd is built and tested on go 1.21 and 1.22, making use of the following
libraries:
- [gin-gonic/gin](https://github.com/gin-gonic/gin) webserver.