diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fadae2..653b982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: timeout-minutes: 5 steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16.x id: go - name: Setup Go binary path