diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0011dc..1e4ea96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,12 +16,11 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - name: 📦 Checkout Repository - uses: actions/checkout@v3 - - name: 🐁 Go Installation - uses: actions/setup-go@v2 - with: - go-version: 1.21 - - name: 🔬 Run Tests - run: go test -v -race -timeout=10m -cover ./... - + - name: 📦 Checkout Repository + uses: actions/checkout@v3 + - name: 🐁 Go Installation + uses: actions/setup-go@v2 + with: + go-version: 1.22 + - name: 🔬 Run Tests + run: go test -v -race -timeout=10m -cover ./...