From f4d2c6b3f50c133cae0c60e6a9839efb004811ef Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 26 Feb 2021 19:16:39 +0100 Subject: [PATCH] Update to go 1.16 --- .github/workflows/build.yml | 2 +- GO_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9f0ec9..3527f63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.15.x + go-version: 1.16.x - uses: actions/setup-node@v1 - uses: actions/cache@v2 with: diff --git a/GO_VERSION b/GO_VERSION index 42cf067..15b989e 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.15.2 +1.16.0