dependabot[bot]
|
74596ef000
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/mod/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-05 03:18:38 +00:00 |
|
Michael B. Gale
|
3a9ff64780
|
Go: Output stdout/stderr for go version if something goes wrong
|
2024-07-18 15:37:59 +01:00 |
|
dependabot[bot]
|
3641dfebff
|
Bump the extractor-dependencies group across 1 directory with 2 updates
Bumps the extractor-dependencies group with 2 updates in the /go/extractor directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.15.0 to 0.19.0
- [Commits](https://github.com/golang/mod/compare/v0.15.0...v0.19.0)
Updates `golang.org/x/tools` from 0.18.0 to 0.23.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.18.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-17 11:46:01 +00:00 |
|
Paolo Tranquilli
|
e469534b84
|
Go/Bazel: use gazelle go_deps instead of a vendor directory
|
2024-07-16 13:12:37 +02:00 |
|
Michael B. Gale
|
7ca57e114f
|
Go: Add CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS env var
If set to `true`, this allows `vendor` directories to be extracted
|
2024-07-08 14:08:19 +01:00 |
|
Michael B. Gale
|
039537f7ba
|
Merge pull request #16727 from github/mbg/go/fix/too-many-go-mod-files-initialised
|
2024-06-14 10:14:57 +01:00 |
|
Michael B. Gale
|
8629e00686
|
Go: Remove workspace from vendor/modules.txt
|
2024-06-12 15:22:56 +01:00 |
|
Michael B. Gale
|
a04f08f026
|
Go: Remove go.work file
|
2024-06-12 15:10:28 +01:00 |
|
Michael B. Gale
|
e9bd85e0ba
|
Merge pull request #16704 from github/mbg/go/fix/build-scripts-running-more-than-once
|
2024-06-11 22:23:15 +01:00 |
|
Michael B. Gale
|
d8d1ae632c
|
Merge branch 'mbg/go/fix/build-scripts-running-more-than-once' into mbg/go/fix/too-many-go-mod-files-initialised
|
2024-06-11 18:31:03 +01:00 |
|
Michael B. Gale
|
0f56e408f8
|
Merge branch 'main' into mbg/go/fix/build-scripts-running-more-than-once
|
2024-06-11 18:29:41 +01:00 |
|
Michael B. Gale
|
864d629a13
|
Go: Prevent go.mod files from being added to every directory with stray source files
|
2024-06-11 18:24:11 +01:00 |
|
Michael B. Gale
|
20b7def543
|
Go: Only log one line for stray .go files
|
2024-06-11 18:06:08 +01:00 |
|
Michael B. Gale
|
d4adc373c6
|
Replace if with else if in RequiredGoVersion
|
2024-06-10 15:48:29 +01:00 |
|
Michael B. Gale
|
e7a60b72f1
|
Go: Check dependencies per workspace
|
2024-06-07 16:22:41 +00:00 |
|
Michael B. Gale
|
b9586a81ef
|
Go: Add functions for constructing go list commands
|
2024-06-07 16:22:40 +00:00 |
|
Michael B. Gale
|
6c0c3365cf
|
Go: Fix vendor issues and go.sum files in separate loop
|
2024-06-07 16:22:39 +00:00 |
|
Michael B. Gale
|
d344f720aa
|
Go: Add methods to GoModule for the tidy and vendor commands
These ensure that the module path is used automatically
|
2024-06-07 16:22:37 +00:00 |
|
Michael B. Gale
|
881b2586e1
|
Go: Add tests for RequiredGoVersion
|
2024-06-07 12:20:44 +00:00 |
|
Michael B. Gale
|
504a233299
|
Go: Use Toolchain directives in go.mod files, if available
|
2024-06-07 12:20:43 +00:00 |
|
Michael B. Gale
|
1d6f09c750
|
Go: Refactor go.mod version retrieval into its own method
|
2024-06-07 12:20:42 +00:00 |
|
Michael B. Gale
|
44a16cef6c
|
Go: Use Toolchain directives in go.work files, if available
|
2024-06-07 12:20:41 +00:00 |
|
Michael B. Gale
|
9d1c2c6ba1
|
Merge branch 'main' into mbg/go/semver-type
|
2024-06-07 12:09:10 +00:00 |
|
Michael B. Gale
|
2662808629
|
Go: Output setup-go compatible pre-release identifiers
|
2024-06-06 17:14:45 +00:00 |
|
Michael B. Gale
|
c0142c1a91
|
Go: Add comment explaining why NewSemVer does not Canonicalise the result
|
2024-06-05 14:08:45 +00:00 |
|
Owen Mansel-Chan
|
fcf06c59aa
|
Refactor findMethodWithGivenReceiver
|
2024-06-05 14:52:31 +01:00 |
|
Michael B. Gale
|
81297aad8c
|
Go: Use standard semver format in outputEnvironmentJson
|
2024-05-15 12:21:23 +01:00 |
|
Michael B. Gale
|
fabd7a9c51
|
Go: Better preserve original versions
|
2024-05-15 12:01:03 +01:00 |
|
Michael B. Gale
|
e0543d1d59
|
Go: Support all permutations of version prefixes and suffixes
|
2024-05-15 10:43:02 +01:00 |
|
Michael B. Gale
|
6652685f5a
|
Go: Restore toolchain.IsInstalled check
|
2024-05-15 10:07:44 +01:00 |
|
Michael B. Gale
|
898383ccff
|
Go: Fix comment in NewSemVer for empty string
|
2024-05-15 10:07:44 +01:00 |
|
Michael B. Gale
|
054efa648c
|
Go: Move version constants to shared location
|
2024-05-15 10:03:35 +01:00 |
|
Michael B. Gale
|
9e618b6961
|
Go: Use SemVer type in autobuilder package
|
2024-05-15 10:03:35 +01:00 |
|
Michael B. Gale
|
a6d2aa3913
|
Go: Use SemVer type in project package
|
2024-05-15 10:03:32 +01:00 |
|
Michael B. Gale
|
010df54657
|
Go: Use SemVer type in toolchain package
|
2024-05-15 10:03:01 +01:00 |
|
Michael B. Gale
|
d171750678
|
Go: Add SemVer type to track valid semantic versions
|
2024-05-15 10:02:10 +01:00 |
|
Michael B. Gale
|
38e1065b24
|
Go: Document return values for Autobuild
|
2024-05-15 09:38:31 +01:00 |
|
Michael B. Gale
|
65c654e946
|
Go: Do not use a named return variable in buildWithoutCustomCommands
|
2024-05-13 15:33:52 +01:00 |
|
Michael B. Gale
|
4d5f05a8dd
|
Go: Adjust log messages depending on whether build scripts were found or not
|
2024-05-13 12:42:00 +01:00 |
|
Michael B. Gale
|
1b9e8ae86f
|
Go: Modify Autobuild to return an array of scripts that were run
|
2024-05-13 12:38:51 +01:00 |
|
Michael B. Gale
|
bbc359ebde
|
Go: Improve messages in buildWithoutCustomCommands
|
2024-05-13 12:31:04 +01:00 |
|
Michael B. Gale
|
896fb87d1d
|
Go: Fix err being shadowed in RunListWithEnv
|
2024-05-08 13:29:28 +01:00 |
|
Michael B. Gale
|
724d026238
|
Go: Move go list functions to toolchain package
|
2024-05-08 13:29:28 +01:00 |
|
Paolo Tranquilli
|
5b184c179a
|
Bazel/Go: add some comments
|
2024-05-06 12:48:01 +02:00 |
|
Paolo Tranquilli
|
17990da205
|
Update go/extractor/BUILD.bazel
Co-authored-by: Cornelius Riemenschneider <cornelius@github.com>
|
2024-05-03 15:58:43 +02:00 |
|
Paolo Tranquilli
|
8f0b88497a
|
Bazel/Go: be more specific in go/extractor/BUILD.bazel comments
|
2024-05-03 13:15:08 +02:00 |
|
Paolo Tranquilli
|
00baccbc15
|
Go: autoformat
|
2024-05-02 17:08:23 +02:00 |
|
Paolo Tranquilli
|
76067cb12d
|
Go: skip X:nocoverageredesign printing by autobuilder built with bazel
|
2024-05-02 17:02:48 +02:00 |
|
Paolo Tranquilli
|
4ae82ac215
|
Go: add explanatory comment to extractor BUILD file
|
2024-05-02 15:40:13 +02:00 |
|
Paolo Tranquilli
|
a8d3226e99
|
Merge branch 'main' into redsun82/go
|
2024-05-02 09:27:47 +02:00 |
|