diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e86d5a2a..c81b22b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,10 +14,10 @@ jobs: name: Build and Unit Tests runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.15 + go-version: 1.16 - name: Check out code uses: actions/checkout@v2.3.4 - name: Build