We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7dce0f + 8dd12b7 commit a64b26aCopy full SHA for a64b26a
.github/workflows/go.yml
@@ -17,10 +17,10 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - name: Set up Go 1.23
+ - name: Set up Go 1.24
21
uses: actions/setup-go@v5.0.0
22
23
- go-version: 1.23.x
+ go-version: 1.24.x
24
cache: false
25
id: go
26
go.mod
@@ -1,8 +1,6 @@
1
module github.com/CortexFoundation/CortexTheseus
2
3
-go 1.24.0
4
-
5
-toolchain go1.24.3
+go 1.24.3
6
7
require (
8
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
0 commit comments