Skip to content

Commit

Permalink
ci: uci/update-go (#97)
Browse files Browse the repository at this point in the history
* chore: bump go.mod to Go 1.22 and run go fix

* chore: update stringer

---------

Co-authored-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
web3-bot and Stebalien authored Sep 6, 2024
1 parent 3be30c8 commit d469e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

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

// Code describes an integer reserved in the multicodec table, defined at
// github.com/multiformats/multicodec.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/multiformats/go-multicodec

go 1.21
go 1.22

0 comments on commit d469e9d

Please sign in to comment.