Skip to content

Commit 4dd194b

Browse files
authored
ci: uci/update-go (#27)
* chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 * chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23
1 parent cf1f8fb commit 4dd194b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/stream-commp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-fil-commp-hashhash/cmd/stream-commp
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/filecoin-project/go-fil-commcid v0.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-fil-commp-hashhash
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/minio/sha256-simd v1.0.1-0.20230130105256-d9c3aea9e949

0 commit comments

Comments
 (0)