mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
chore(deps): update tools to latest versions (#4347)
* chore: new tool checks --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Co-authored-by: spiffcs <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
parent
0f475c8bcd
commit
60ca241593
@ -26,7 +26,7 @@ tools:
|
|||||||
# used for linting
|
# used for linting
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
version:
|
version:
|
||||||
want: v2.5.0
|
want: v2.6.1
|
||||||
method: github-release
|
method: github-release
|
||||||
with:
|
with:
|
||||||
repo: golangci/golangci-lint
|
repo: golangci/golangci-lint
|
||||||
@ -98,7 +98,7 @@ tools:
|
|||||||
# used for triggering a release
|
# used for triggering a release
|
||||||
- name: gh
|
- name: gh
|
||||||
version:
|
version:
|
||||||
want: v2.82.1
|
want: v2.83.0
|
||||||
method: github-release
|
method: github-release
|
||||||
with:
|
with:
|
||||||
repo: cli/cli
|
repo: cli/cli
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
//go:build windows
|
//go:build windows
|
||||||
// +build windows
|
|
||||||
|
|
||||||
// why the build tags? there is behavior from filepath.ToSlash() that must be tested, but can't be tested on non-windows
|
// why the build tags? there is behavior from filepath.ToSlash() that must be tested, but can't be tested on non-windows
|
||||||
// since the stdlib keeps this functionality behind a build tag (specifically filepath.Separator):
|
// since the stdlib keeps this functionality behind a build tag (specifically filepath.Separator):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user