From 7f46f6139b24076141a7f8d46484f12dc81eaf03 Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Thu, 9 Dec 2021 21:52:00 +0100 Subject: [PATCH] use go 1.17 in the CI pipelines --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 721807c..eda4b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,11 +54,11 @@ jobs: OS: darwin ARCH: arm64 steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v1 id: go with: - go-version: 1.16 + go-version: 1.17 - uses: actions/checkout@v1 with: submodules: true