bobheadxi / gobenchdata

📉 Run Go benchmarks, publish results to an interactive web app, and check for performance regressions in your pull requests
https://gobenchdata.bobheadxi.dev
MIT License
142 stars 14 forks source link

deps: upgrade `go` to 1.22 #78

Open trym-b opened 7 months ago

trym-b commented 7 months ago

This commit was prompted by the following error message:

Error: /go/pkg/mod/golang.org/x/exp@v0.0.0-20230905200255-
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 commented 7 months ago

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