-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use go 1.21 * upgrade lichen * upgrade lichen * try to fix windows test issues by upgrading zap and its clock dep * go mod tidy -go=1.21.5 -compat=1.17.0 * remove minor version * upgrade k8s dependencies * remove cluster name from k8s operators, cluster name is not detectable from the k8s api * disable windows test runner * finish cluster name removal * upgrade test containers * Revert "disable windows test runner". We need this because there are tests that specifically run on windows This reverts commit a9ac344. * run windows tests without cgo * race flag requires cgo * use 'env' option to disable cgo
- Loading branch information
Joseph Sirianni
authored
Dec 18, 2023
1 parent
c034064
commit aafd84f
Showing
10 changed files
with
262 additions
and
1,890 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 |
---|---|---|
|
@@ -10,10 +10,10 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.17 | ||
go-version: "1.21" | ||
|
||
- name: Install License Scanner | ||
run: go install github.com/uw-labs/[email protected].4 | ||
run: go install github.com/uw-labs/[email protected].7 | ||
|
||
- name: Check out source code | ||
uses: actions/checkout@v1 | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ FIELDALIGNMENT_DIRS := ./... | |
.PHONY: install-tools | ||
install-tools: | ||
go install github.com/vektra/mockery/cmd/[email protected] | ||
go install github.com/uw-labs/[email protected].5 | ||
go install github.com/uw-labs/[email protected].7 | ||
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest | ||
go install github.com/observiq/amazon-log-agent-benchmark-tool/cmd/logbench@ecfeca6c7554 | ||
go install github.com/goreleaser/[email protected] | ||
|
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
Oops, something went wrong.