mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 11:35:43 +00:00
Build with Go 1.19
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
04de52044a
commit
348408e16e
9 changed files with 10 additions and 10 deletions
4
Makefile
4
Makefile
|
|
@ -17,8 +17,8 @@ rwildcard=$(foreach d,$(wildcard $(addsuffix *,$(1))),$(call rwildcard,$(d)/,$(2
|
|||
all: test build
|
||||
|
||||
tidy:
|
||||
go mod tidy -compat=1.18
|
||||
cd tests/azure && go mod tidy -compat=1.18
|
||||
go mod tidy -compat=1.19
|
||||
cd tests/azure && go mod tidy -compat=1.19
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue