diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 71def8d..180b99d 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ~1.17 + go-version: ~1.19 id: go - name: Check out code into the Go module directory uses: actions/checkout@v3 @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ~1.17 + go-version: ~1.19 id: go - name: Check out code into the Go module directory uses: actions/checkout@v3