From a4735d7596c6b20ceb37086e9fd5e00d2ee20dae Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 12 Apr 2021 01:45:28 +0700 Subject: .github: change the minimum Go version to 1.16 --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c745cfbf..64fbb3f8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: Go1.14 +name: Go1.16 on: [push] jobs: @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 + - name: Set up Go 1.16 uses: actions/setup-go@v1 with: - go-version: 1.14.13 + go-version: 1.16.3 id: go - name: Check out code into the Go module directory -- cgit v1.3