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 .