Skip to content

Commit a64b26a

Browse files
authored
Merge pull request #2374 from CortexFoundation/dev
latest go
2 parents e7dce0f + 8dd12b7 commit a64b26a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Set up Go 1.23
20+
- name: Set up Go 1.24
2121
uses: actions/setup-go@v5.0.0
2222
with:
23-
go-version: 1.23.x
23+
go-version: 1.24.x
2424
cache: false
2525
id: go
2626

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/CortexFoundation/CortexTheseus
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.24.3
64

75
require (
86
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1

0 commit comments

Comments
 (0)