Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKrishna committed Jun 19, 2023
1 parent 257f7a1 commit 556f559
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 @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.18.x
go-version: 1.20.x

- name: Prepare
id: prepare
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ git-submodules:
@git submodule update --quiet --init --recursive --force || true

PACKAGE_NAME := github.com/maticnetwork/erigon
GOLANG_CROSS_VERSION ?= v1.18.1
GOLANG_CROSS_VERSION ?= v1.20.5

.PHONY: release-dry-run
release-dry-run: git-submodules
Expand Down

0 comments on commit 556f559

Please sign in to comment.