Skip to content

Commit b577f88

Browse files
committed
fix: toolchain
1 parent 1d9a6a5 commit b577f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.20.0
18+
go-version: 1.23.0
1919
- name: Generate Test files
2020
uses: actions/cache@v3
2121
id: cache-packages # give it a name for checking the cache hit-or-not

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Gearbox-protocol/third-eye
22

3-
go 1.21
3+
go 1.23
44

55
toolchain go1.23.2
66

0 commit comments

Comments
 (0)