gobenchdata
gobenchdata copied to clipboard
deps: upgrade `go` to 1.22
This commit was prompted by the following error message:
Error: /go/pkg/mod/golang.org/x/[email protected]
921286631fa9/slog/level.go:159:13: undefined:
atomic.Int64
This indicates that the go
version used by this
project is too old to be run with more recent go
changes. Bumping the go
version to 1.22 should
fix this issue.
FYI: this is the workflow I ran that detected this error: https://github.com/nlnwa/warchaeology/actions/runs/8184090877/job/22377971829#step:5:106