From d3c1516290d7ea06c3ce104d7361b799a27f5fd8 Mon Sep 17 00:00:00 2001 From: Daniel Albuquerque Date: Thu, 29 Jul 2021 18:54:48 +0100 Subject: [PATCH] Use go 16 in github action (#221) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e86d5a2a..c81b22b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,10 +14,10 @@ jobs: name: Build and Unit Tests runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.15 + go-version: 1.16 - name: Check out code uses: actions/checkout@v2.3.4 - name: Build