Skip to content

Commit

Permalink
fix: bump go version from 1.20.5 to 1.21.x (ethereum#484)
Browse files Browse the repository at this point in the history
* fix: bump go version from 1.20.5 to 1.20.x

* docs: update changelog
  • Loading branch information
danceratopz authored Mar 20, 2024
1 parent d5a3188 commit 44f0bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-geth-evm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
golang:
description: 'Golang version to use to build Geth'
required: false
default: '1.20.5'
default: '1.21.x'
runs:
using: "composite"
steps:
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Test fixtures for use by clients are available for each release on the [Github r

### 📋 Misc

- 🐞 Fix CI by using Golang 1.21 in Github Actions to build geth ([#484](https://github.com/ethereum/execution-spec-tests/pull/484)).

## 🔜 [v2.1.1](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.1.1) - 2024-03-09

### 🧪 Test Cases
Expand Down
1 change: 1 addition & 0 deletions whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Github
glightbox
globals
go-ethereum's
Golang
gwei
hardfork
hash32
Expand Down

0 comments on commit 44f0bba

Please sign in to comment.