diff --git a/.github/workflows/run-CI.yml b/.github/workflows/run-CI.yml index e92b8b9..df72da1 100644 --- a/.github/workflows/run-CI.yml +++ b/.github/workflows/run-CI.yml @@ -24,15 +24,15 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest"] - go: ["1.21.x", "1.22.x", "1.23.x"] + go: ["1.21.x", "1.22.x", "1.23.x", "1.25.x"] runs-on: ${{ matrix.os }} steps: - name: Setup Go - uses: WillAbides/setup-go-faster@v1.14.0 + uses: WillAbides/setup-go-faster@v1 with: go-version: ${{ matrix.go }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 - name: Static code analysis @@ -52,11 +52,11 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Setup Go - uses: WillAbides/setup-go-faster@v1.14.0 + uses: WillAbides/setup-go-faster@v1 with: - go-version: "1.23.x" + go-version: "1.25.x" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 - name: Install dependencies