diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8fff4778..ffa15617 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2.1.4 with: - go-version: 1.16.x + go-version: 1.17.x - name: Checkout code uses: actions/checkout@v2.3.4 - name: Run Go Tests with Coverage diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13aedf7..d0afef0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2.1.4 with: - go-version: 1.16.x + go-version: 1.17.x - name: Checkout code uses: actions/checkout@v2.3.4 - name: Run Go Tests with Coverage