Skip to content

Commit

Permalink
chore: update go latest version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Aug 15, 2024
1 parent 9403a28 commit 491e3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.2'
go-version: '1.23.0'

- name: Unit tests
run: make unit_test
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/PACZone/wrapto

go 1.22.2
go 1.23.0

require (
github.com/ethereum/go-ethereum v1.14.7
Expand Down

0 comments on commit 491e3a3

Please sign in to comment.