diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a5a293a..52edc5b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ^1.21 + go-version: ^1.22 id: go - name: Check out code into the Go module directory @@ -30,7 +30,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ^1.21 + go-version: ^1.22 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index a3beb28..adf0e54 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flashbots/mempool-dumpster -go 1.21 +go 1.22 require ( github.com/HdrHistogram/hdrhistogram-go v1.1.2