From 014f0197f14b6ba28bf88ad6a5307545e7632ed4 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Mon, 8 Mar 2021 13:48:05 +0300 Subject: [PATCH] Update Go version --- .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 33c6dfa..667d855 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.16 id: go - name: Check out code into the Go module directory