Update to go 1.15
This commit is contained in:
parent
4bcfa80dc4
commit
2f0c5149ac
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user