From 2243dd8b0012f8edbaf3070b13222408d4dfeed9 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 10 Sep 2022 09:51:29 +0200 Subject: [PATCH] Update to go1.19 --- .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 a000604..9afe1c1 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.16.x + go-version: 1.19.x - uses: actions/setup-node@v1 with: node-version: '16' diff --git a/GO_VERSION b/GO_VERSION index 15b989e..66e2ae6 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.16.0 +1.19.1