diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68c75ea..baa57c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,10 +12,10 @@ jobs: GOPROXY: "https://proxy.golang.org,direct" steps: - - name: Set up Go 1.20 + - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.20 + go-version: "1.20" id: go - name: Check out code into the Go module directory