From cdad5491c7546a53b642ab1b7e20056cd7c5319b Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Tue, 16 Mar 2021 08:56:02 +0000 Subject: [PATCH] chore: bump go 1.16 in github action --- .github/workflows/go.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1d2bfea..a5cf265 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.15 + go-version: 1.16 - run: go version - run: go test -race ./... build-gotip: @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 - run: go get golang.org/dl/gotip - run: gotip download - run: gotip version @@ -32,4 +32,4 @@ jobs: - uses: actions/checkout@v2 - uses: golangci/golangci-lint-action@v2 with: - version: v1.34 + version: v1.37