-
Notifications
You must be signed in to change notification settings - Fork 125
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
update tools go.mod and fix package import #4288
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4943354
update tools go.mod and fix package import
burmudar c40e10b
bump go in .tool-versions
burmudar c068e24
bump nodejs and kubectl
burmudar 045a5cf
update test specific .tool-versions
burmudar 86e9d7b
use pnpm instead of yarn in integration test
burmudar 20e7598
update pnpm in main .tool-versions
burmudar 4b7337e
move prettier to root and install from there
burmudar f1f9a41
prettier updates
burmudar b95bbea
update update-tags go version
burmudar 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 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 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 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 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,8 +1,8 @@ | ||
golang 1.19.8 | ||
yarn 1.22.4 | ||
kubectl 1.21.7 | ||
golang 1.21.5 | ||
pnpm 8.9.2 | ||
kubectl 1.25.9 | ||
fd 7.4.0 | ||
kustomize 4.5.7 | ||
shfmt 3.1.0 | ||
nodejs 12.10.0 | ||
nodejs 20.8.1 | ||
python system |
This file contains 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 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,10 +1,10 @@ | ||
{ | ||
"[yaml]": { | ||
"editor.formatOnSave": false | ||
"editor.formatOnSave": false, | ||
}, | ||
"[shellscript]": { | ||
"editor.defaultFormatter": "foxundermoon.shell-format", | ||
"editor.formatOnSave": true | ||
"editor.formatOnSave": true, | ||
}, | ||
"shellformat.flag": "-i 2 -ci" | ||
"shellformat.flag": "-i 2 -ci", | ||
} |
This file contains 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 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 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,20 +1,17 @@ | ||
module github.com/sourcegraph/deploy-sourcegraph | ||
module sourcegraph/deploy-sourcegraph | ||
|
||
go 1.16 | ||
go 1.21.5 | ||
|
||
require ( | ||
cloud.google.com/go/logging v1.4.2 // indirect | ||
github.com/docker/docker v1.13.1 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pulumi/pulumi v1.12.0 | ||
github.com/sethgrid/pester v1.1.0 | ||
github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20221215223216-8c996a77af64 | ||
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231229114136-300ec6158254 | ||
github.com/sourcegraph/update-docker-tags v0.10.0 | ||
github.com/spf13/cobra v1.1.3 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
github.com/stretchr/testify v1.8.4 | ||
) | ||
|
||
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible | ||
require ( | ||
github.com/Masterminds/semver/v3 v3.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need bumping too? https://github.com/sourcegraph/deploy-sourcegraph/blob/master/.github/workflows/update-tags.yml#L17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good catch. Might as well update it!