forked from canonical/lxd
-
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.
godep: Update dependencies and bump min Go version to 1.22.7 (canonic…
…al#14186) Also add some extra protections to TICS and Trivy workflows.
- Loading branch information
Showing
6 changed files
with
48 additions
and
47 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
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,7 +11,7 @@ GOPATH ?= $(shell go env GOPATH) | |
CGO_LDFLAGS_ALLOW ?= (-Wl,-wrap,pthread_create)|(-Wl,-z,now) | ||
SPHINXENV=doc/.sphinx/venv/bin/activate | ||
SPHINXPIPPATH=doc/.sphinx/venv/bin/pip | ||
GOMIN=1.22.6 | ||
GOMIN=1.22.7 | ||
GOCOVERDIR ?= $(shell go env GOCOVERDIR) | ||
|
||
ifneq "$(wildcard vendor)" "" | ||
|
@@ -117,8 +117,6 @@ endif | |
# Static pins | ||
go get github.com/dell/[email protected] # Due to pending testing of newer version | ||
go get github.com/gorilla/[email protected] # Due to riscv64 crashes in LP | ||
go get github.com/openfga/api/[email protected] # Due to build errors (API breakages) | ||
go get github.com/openfga/[email protected] # Due to build errors (API breakages) | ||
|
||
# Enforce minimum go version | ||
go get toolchain@none # Use the bundled toolchain that meets the minimum go version | ||
|
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