-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update go; govulncheck; update go links
- Loading branch information
Andrew Pennebaker
committed
Jul 14, 2024
1 parent
543f195
commit 2108a42
Showing
12 changed files
with
43 additions
and
14 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
golang 1.21.5 | ||
golang 1.22.5 | ||
nodejs 20.10.0 | ||
rust 1.75.0 |
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,4 +1,4 @@ | ||
github.com/magefile/mage v1.14.0 h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo= | ||
github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= | ||
github.com/mcandre/mage-extras v0.0.16 h1:T5va5gnxQiQOL5w9lE+37WSvCMu+rhiMV30XKSGNBb0= | ||
github.com/mcandre/mage-extras v0.0.16/go.mod h1:OvwmvvrYj+Eb+8LCL8ScRMJ9wr0KMbsbV1Ry68zH99k= | ||
github.com/mcandre/mage-extras v0.0.17 h1:Ihe4gfRYpn1Goowzk339YmYC1K9jXN2aJ9GaMUtiGDU= | ||
github.com/mcandre/mage-extras v0.0.17/go.mod h1:OvwmvvrYj+Eb+8LCL8ScRMJ9wr0KMbsbV1Ry68zH99k= |
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ all: | |
go install github.com/mcandre/factorio/cmd/[email protected] | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest | ||
go install golang.org/x/vuln/cmd/govulncheck@latest | ||
go install honnef.co/go/tools/cmd/[email protected] | ||
go mod tidy | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
# github.com/magefile/mage v1.14.0 | ||
## explicit; go 1.12 | ||
github.com/magefile/mage/mg | ||
# github.com/mcandre/mage-extras v0.0.16 | ||
# github.com/mcandre/mage-extras v0.0.17 | ||
## explicit; go 1.21 | ||
github.com/mcandre/mage-extras |