diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d032547..ea1c7ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,5 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v5 - with: - go-version: 1.21.x - name: CI run: make ci