diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a9f9d7..d80fa7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: '1.15' + go-version: '1.17' id: go - name: Check out code into the Go module directory