We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9a6a5 commit b577f88Copy full SHA for b577f88
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v2
17
with:
18
- go-version: 1.20.0
+ go-version: 1.23.0
19
- name: Generate Test files
20
uses: actions/cache@v3
21
id: cache-packages # give it a name for checking the cache hit-or-not
go.mod
@@ -1,6 +1,6 @@
1
module github.com/Gearbox-protocol/third-eye
2
3
-go 1.21
+go 1.23
4
5
toolchain go1.23.2
6
0 commit comments