Skip to content

Commit

Permalink
Update golang version for sedge (#7260)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 11, 2024
1 parent 7ed7eb9 commit dfed448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
sudo apt-get install -y make build-essential jq screen lshw dmidecode fio
- name: Setup Go environment
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21.0'
check-latest: true
cache: true

Expand Down

0 comments on commit dfed448

Please sign in to comment.