From a6ae2841436e3c768ca3d110be249478db4e5ac5 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 15 May 2021 22:31:31 +0800 Subject: [PATCH] up to golang1.16 --- .github/workflows/go.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 12aa399..7fb8463 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15' ] + go: [ '1.16' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 @@ -84,7 +84,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.15' ] + go: [ '1.16' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6e9b30..7587798 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15' ] + go: [ '1.16' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 @@ -41,7 +41,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.15' ] + go: [ '1.16' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 -- 2.39.2