diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48b2859..a94ff54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.21 id: go - name: Check out code into the Go module directory