Skip to content

Commit

Permalink
Update go to 1.19 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Dec 7, 2022
1 parent 395e5be commit 490e938
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 @@ -11,7 +11,7 @@ tidy: ## Run go mod tidy
go mod tidy

.PHONY: build
build: fmt vet tidy generate-idl
build: generate-idl fmt vet tidy
go build ./...

.PHONY: test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/spotify/flyte-flink-plugin

go 1.18
go 1.19

require (
github.com/envoyproxy/protoc-gen-validate v0.9.0
Expand Down

0 comments on commit 490e938

Please sign in to comment.