From 5c6bcb5027ffcebe2e29d113940f2ad1181ea20e Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Mon, 13 Feb 2023 09:37:21 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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