diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7bc500..83a6d16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install Go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version: ${{ matrix.go-version }} - name: Install staticcheck @@ -28,7 +28,7 @@ jobs: run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH shell: bash - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Fmt if: matrix.os != 'windows-latest' run: "diff <(gofmt -d .) <(printf '')" diff --git a/go.mod b/go.mod index 3b60dab..eb42e5f 100644 --- a/go.mod +++ b/go.mod @@ -1 +1,3 @@ module github.com/bep/debounce + +go 1.24