diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index eb6d708..5a8c7a3 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: "1.20" + go-version: "1.21" - name: Test run: |