Skip to content

Commit d469e9d

Browse files
web3-botStebalien
andauthored
ci: uci/update-go (#97)
* chore: bump go.mod to Go 1.22 and run go fix * chore: update stringer --------- Co-authored-by: Steven Allen <[email protected]>
1 parent 3be30c8 commit d469e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
//go:generate go run gen.go
1111
//go:generate gofmt -w code_table.go
12-
//go:generate go run golang.org/x/tools/cmd/stringer@v0.5.0 -type=Code -linecomment
12+
//go:generate go run golang.org/x/tools/cmd/stringer@v0.24.0 -type=Code -linecomment
1313

1414
// Code describes an integer reserved in the multicodec table, defined at
1515
// github.com/multiformats/multicodec.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/multiformats/go-multicodec
22

3-
go 1.21
3+
go 1.22

0 commit comments

Comments
 (0)