-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the build to use Go 1.9 and addresses drift on the most recent Envoy version. This also addresses some build implications that came up recently, for example osslsigncode doesn't work at the moment on macos (at least not in homebrew). Also, Envoy no longer works on CentOS 8. Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information
1 parent
f209f48
commit 68c7393
Showing
13 changed files
with
81 additions
and
68 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
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,9 +1,9 @@ | ||
# Copyright 2021 Tetrate | ||
# Licensed under the Apache License, Version 2.0 (the "License") | ||
|
||
golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2 | ||
goimports := golang.org/x/tools/cmd/goimports@v0.1.10 | ||
golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 | ||
goimports := golang.org/x/tools/cmd/goimports@v0.5.0 | ||
# sync this with netlify.toml! | ||
hugo := github.com/gohugoio/hugo@v0.99.1 | ||
hugo := github.com/gohugoio/hugo@v0.109.0 | ||
licenser := github.com/liamawhite/[email protected] | ||
nfpm := github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.15.1 | ||
nfpm := github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.23.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 +1 @@ | ||
1.23.1 | ||
1.24.1 |
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