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.