From 8ce30321ad46fabb3e3f991794dd028aa84d4f3c Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Wed, 10 Nov 2021 11:31:39 +0100 Subject: [PATCH] Bump Go --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b55bfbdccb..b1badac12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Go - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v2 with: - go-version: 1.16.7 + go-version: 1.17 - name: "Build binaries" run: make all - name: "Run tests"