gobenchdata icon indicating copy to clipboard operation
gobenchdata copied to clipboard

deps: upgrade `go` to 1.22

Open trym-b opened this issue 11 months ago • 1 comments

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.

trym-b avatar Mar 07 '24 07:03 trym-b

FYI: this is the workflow I ran that detected this error: https://github.com/nlnwa/warchaeology/actions/runs/8184090877/job/22377971829#step:5:106

trym-b avatar Mar 07 '24 07:03 trym-b