Skip to content

Commit

Permalink
go1.19 and bump vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
fishi0x01 committed Feb 20, 2023
1 parent 165ba9b commit 6d44226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ clean: ## Remove builds and vsh related docker containers

.PHONY: vendor
vendor: ## synch dependencies in vendor/ directory
go mod tidy -compat=1.17
go mod tidy -compat=1.19
go mod vendor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Contributions in any form are always welcome! Without contributions from the com

Requirements:

- `golang` (`>= v1.17`)
- `golang` (`>= v1.19`)
- `docker` for integration testing
- `make` for simplified commands

Expand Down

0 comments on commit 6d44226

Please sign in to comment.