-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrade Go to 1.24.1 (from 1.23.6) and all Go packages #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
650f72f
Upgrade Go to 1.24.1 (from 1.23.6) and all Go packages
zimmski 1e76f13
Use Go version for CI from "go.mod" file
zimmski 1e96502
Install Go tooling over go.mod
zimmski 2cb4d64
refactor, Use non-variadic logging function to avoid linting issue
7c0358a
Regenerated mocks due to new mockery version
e9410f8
fix, Expected log string in test to match output of new "gotestsum" v…
c5d90a5
Bump symflower version to v48562 (from v46727)
Munsio a7592ca
Explicitly install "gotestsum" as eval-dev-quality tool
Munsio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,39 +1,89 @@ | ||
| module github.com/symflower/eval-dev-quality | ||
|
|
||
| go 1.23.6 | ||
| go 1.24.1 | ||
|
|
||
| require ( | ||
| github.com/Masterminds/semver/v3 v3.3.1 | ||
| github.com/avast/retry-go v3.0.0+incompatible | ||
| github.com/jessevdk/go-flags v1.5.1-0.20210607101731-3927b71304df | ||
| github.com/google/uuid v1.6.0 | ||
| github.com/jessevdk/go-flags v1.6.1 | ||
| github.com/kr/pretty v0.3.1 | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/sashabaranov/go-openai v1.36.2-0.20250131190529-45aa99607be0 | ||
| github.com/sashabaranov/go-openai v1.38.0 | ||
| github.com/stretchr/testify v1.10.0 | ||
| github.com/symflower/lockfile v0.0.0-20240419143922-aa3b60940c84 | ||
| github.com/zimmski/osutil v1.4.0 | ||
| golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 | ||
| golang.org/x/mod v0.23.0 | ||
| gonum.org/v1/gonum v0.15.0 // WORKAROUND v0.15.1 is only supported for Go 1.22+ so explicitly use v0.15.0 to stick with our older Go version. | ||
| github.com/zimmski/osutil v1.7.1 | ||
| golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 | ||
| golang.org/x/mod v0.24.0 | ||
| gonum.org/v1/gonum v0.16.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/Masterminds/semver/v3 v3.3.1 | ||
| github.com/google/uuid v1.6.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect | ||
| github.com/bitfield/gotestdox v0.2.2 // indirect | ||
| github.com/chavacava/garif v0.1.0 // indirect | ||
| github.com/chigopher/pathlib v0.19.1 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/dnephin/pflag v1.0.7 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/fatih/structtag v1.2.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.2.1 // indirect | ||
| github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
| github.com/hashicorp/go-version v1.7.0 // indirect | ||
| github.com/huandu/xstrings v1.5.0 // indirect | ||
| github.com/iancoleman/strcase v0.3.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jinzhu/copier v0.4.0 // indirect | ||
| github.com/kisielk/errcheck v1.9.0 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mattn/go-runewidth v0.0.16 // indirect | ||
| github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect | ||
| github.com/mgechev/revive v1.7.0 // indirect | ||
| github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/rivo/uniseg v0.4.7 // indirect | ||
| github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/rs/zerolog v1.33.0 // indirect | ||
| github.com/sagikazarmark/locafero v0.8.0 // indirect | ||
| github.com/schollz/progressbar/v3 v3.18.0 // indirect | ||
| github.com/sourcegraph/conc v0.3.0 // indirect | ||
| github.com/spf13/afero v1.14.0 // indirect | ||
| github.com/spf13/cast v1.7.1 // indirect | ||
| github.com/spf13/cobra v1.9.1 // indirect | ||
| github.com/spf13/pflag v1.0.6 // indirect | ||
| github.com/spf13/viper v1.20.0 // indirect | ||
| github.com/stretchr/objx v0.5.2 // indirect | ||
| github.com/subosito/gotenv v1.6.0 // indirect | ||
| github.com/symflower/pretty v1.0.0 // indirect | ||
| github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae // indirect | ||
| github.com/ulikunitz/xz v0.5.12 // indirect | ||
| github.com/yuin/goldmark v1.7.0 // indirect | ||
| golang.org/x/sys v0.30.0 // indirect | ||
| golang.org/x/term v0.29.0 // indirect | ||
| github.com/vektra/mockery/v2 v2.53.2 // indirect | ||
| github.com/yuin/goldmark v1.7.8 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| golang.org/x/exp/typeparams v0.0.0-20250305212735-054e65f0b394 // indirect | ||
| golang.org/x/sync v0.12.0 // indirect | ||
| golang.org/x/sys v0.31.0 // indirect | ||
| golang.org/x/telemetry v0.0.0-20250310203348-fdfaad844314 // indirect | ||
| golang.org/x/term v0.30.0 // indirect | ||
| golang.org/x/text v0.23.0 // indirect | ||
| golang.org/x/tools v0.31.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| gotest.tools/gotestsum v1.12.1 // indirect | ||
| honnef.co/go/tools v0.6.1 // indirect | ||
| ) | ||
|
|
||
| tool ( | ||
| github.com/kisielk/errcheck | ||
| github.com/mgechev/revive | ||
| github.com/vektra/mockery/v2 | ||
| golang.org/x/tools/cmd/deadcode | ||
| gotest.tools/gotestsum | ||
| honnef.co/go/tools/cmd/staticcheck | ||
| ) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.