diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe6d1f9..d2f64cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,12 +10,12 @@ jobs: test: strategy: matrix: - go-version: [1.24.x, 1.25.x] + go-version: [1.25.x, 1.26.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: diff --git a/go.mod b/go.mod index eb42e5f..5498893 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/bep/debounce -go 1.24 +go 1.25