From fb4476aa87e0416437e7842ec7556bdacc675837 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 29 Mar 2021 07:22:52 +0000 Subject: [PATCH] chore: use semver for future 1.16 go version --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3389665..0fa6318 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: 1.16.2 + go-version: "~1.16" - run: go test -race ./... build-gotip: name: Build @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: 1.16.2 + go-version: "~1.16" - run: go build lint: name: Lint