From ec3b36d7b7223de2ddf4ff3a476808013d05dc2d Mon Sep 17 00:00:00 2001 From: Sho Hirose Date: Thu, 27 Oct 2022 10:57:47 +0900 Subject: [PATCH] fix ci config --- .github/workflows/go-test-and-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test-and-lint.yaml b/.github/workflows/go-test-and-lint.yaml index 9eb080b..a37880b 100644 --- a/.github/workflows/go-test-and-lint.yaml +++ b/.github/workflows/go-test-and-lint.yaml @@ -9,7 +9,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: 1.17 id: go - name: Checkout uses: actions/checkout@v3