Skip to content

Commit

Permalink
Update minimum required Go version for Golang toolkit (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
trapacska authored Nov 11, 2019
1 parent b113a68 commit 70ebe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkits/golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const (
minGoVersionForToolkit = "1.10.2"
minGoVersionForToolkit = "1.11"
)

// === Base Toolkit struct ===
Expand Down

0 comments on commit 70ebe76

Please sign in to comment.