Skip to content

Commit

Permalink
Require go 1.19.x to build lakeFS (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Nov 25, 2022
1 parent a335ecd commit 945343e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 336 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
- ineffassign
- misspell
- nakedret
- rowserrcheck
- exportloopref
- staticcheck
- stylecheck
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/treeverse/lakefs

go 1.17
go 1.19

require (
cloud.google.com/go v0.100.2 // indirect
Expand Down

0 comments on commit 945343e

Please sign in to comment.