From 7518df703b6053848da87a83cbb8ac8c37a9484b Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Fri, 17 Mar 2023 23:13:44 +0900 Subject: [PATCH] add Gp 1.20 to the build matrix --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c5c9c3..47359fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: matrix: go: - "1" + - "1.20" - "1.19" - "1.18" - "1.17" @@ -22,14 +23,14 @@ jobs: - "1.11" steps: + - name: Check out code into the Go module directory + uses: actions/checkout@v3 + - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - name: Test run: go test -v -coverprofile=profile.cov .