Update to go 1.15

This commit is contained in:
jholdstock 2020-08-17 11:41:21 +01:00 committed by David Hill
parent 4bcfa80dc4
commit 2f0c5149ac
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.13, 1.14]
go: [1.14, 1.15]
steps:
- name: Set up Go
uses: actions/setup-go@v2

View File

@ -44,7 +44,7 @@ VSP will add the ticket to a pool of always-online voting wallets.
## Implementation
vspd is built and tested on go 1.13 and 1.14, making use of the following
vspd is built and tested on go 1.14 and 1.15, making use of the following
libraries:
- [gin-gonic/gin](https://github.com/gin-gonic/gin) webserver.