From 408fd2930f1ff267127853a346b7f7ab174e0449 Mon Sep 17 00:00:00 2001 From: guoxudong Date: Thu, 11 Nov 2021 10:21:00 +0800 Subject: [PATCH] update go version (#55) --- .github/workflows/go.yaml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index a920c083..e40bef5f 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -11,10 +11,10 @@ jobs: name: test runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.16 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 diff --git a/go.mod b/go.mod index 2d86a57a..359631cf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sunny0826/kubecm -go 1.15 +go 1.16 require ( github.com/alibabacloud-go/cs-20151215/v2 v2.4.5