Skip to content

Commit

Permalink
README, go.mod, event, internal/version: bump min Go to 1.19 (ethereu…
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and mmsqe committed Dec 7, 2023
1 parent f685d54 commit ffeb742
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ archives are published at https://geth.ethereum.org/downloads/.

For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/getting-started/installing-geth).

Building `geth` requires both a Go (version 1.18 or later) and a C compiler. You can install
Building `geth` requires both a Go (version 1.19 or later) and a C compiler. You can install
them using your favourite package manager. Once the dependencies are installed, run

```shell
Expand Down
3 changes: 0 additions & 3 deletions event/feedof.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
3 changes: 0 additions & 3 deletions event/feedof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ethereum/go-ethereum

go 1.18
go 1.19

require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
Expand Down
3 changes: 0 additions & 3 deletions internal/version/vcs_go1.18.go → internal/version/vcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 version

import (
Expand Down
28 changes: 0 additions & 28 deletions internal/version/vcs_fallback.go

This file was deleted.

0 comments on commit ffeb742

Please sign in to comment.