README, go.mod, event, internal/version: bump min Go to 1.19 (#26803)

This commit is contained in:
Péter Szilágyi
2023-03-03 12:24:09 +02:00
committed by GitHub
parent 010189538e
commit 403cac71eb
6 changed files with 2 additions and 39 deletions
-3
View File
@@ -14,9 +14,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build go1.18
// +build go1.18
package event
import (
-3
View File
@@ -14,9 +14,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build go1.18
// +build go1.18
package event
import (