diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 65e935b..d01ccda 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ^1.20 + go-version: 1.21.6 id: go - name: Check out code into the Go module directory diff --git a/README.md b/README.md index e4c29e1..f400423 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > :warning: **DISCLAIMER**: The Flashbots mev-share node is under active development. This code is in beta and may have performance issues or other vulnerabilities. While we welcome input in the form of pull requests or issues, Flashbots does not commit to particular SLAs around responding or maintaining this repository. -[![Test status](https://github.com/flashbots/go-template/workflows/Checks/badge.svg)](https://github.com/flashbots/go-template/actions?query=workflow%3A%22Checks%22) +[![Checks status](https://github.com/flashbots/mev-share-node/actions/workflows/checks.yml/badge.svg)](https://github.com/flashbots/mev-share-node/actions/workflows/checks.yml) This repo is an implementation of the MEV-Share API. It handles tasks such as bundle simulation, matching, and hint extraction.