From 4b308eb0c5caad50eb21b017819e75d83939b9dc Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Tue, 19 Mar 2024 12:43:50 -0400 Subject: [PATCH] Removed toolchain mention --- CHANGELOG.md | 4 ++++ go.mod | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d649be0..55d898e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.1.4 + +* This is a re-release of `v1.1.3` which failed to build. + ## v1.1.3 * Fixed spurious error reporting when the sinker is terminating or has been canceled. diff --git a/go.mod b/go.mod index d9db376..925814e 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/streamingfast/substreams-sink-noop go 1.21 -toolchain go1.21.5 - require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/gorilla/mux v1.8.0