From 2f0c5149ac6c42afb35fabd4f921878376bba8bc Mon Sep 17 00:00:00 2001 From: jholdstock Date: Mon, 17 Aug 2020 11:41:21 +0100 Subject: [PATCH] Update to go 1.15 --- .github/workflows/go.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 065f3a3..e76f481 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/README.md b/README.md index ca5f0f7..0cbbf3a 100644 --- a/README.md +++ b/README.md @@ -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.