Skip to content

Commit

Permalink
ci: Use Go 1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 12, 2023
1 parent 2468bdb commit ba44f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build geth
run: |
cd cmd/geth && /opt/go/1.19.5/bin/go build
cd cmd/geth && /opt/go/1.21.3/bin/go build
tar -czvf geth-$(basename ${GITHUB_REF})-linux-arm64.tar.gz geth
echo $(md5sum geth | awk '{print $1}') > geth-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5
- name: Upload geth to release page
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Test tracers
run: go test -v ./eth/tracers/...

0 comments on commit ba44f35

Please sign in to comment.