Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump go.mod to Go 1.18 and run go fix
  • Loading branch information
web3-bot committed Sep 1, 2022
commit cc456d75d3ee9a3c727b2784415fd47d2c5e7b70
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ require (
go.uber.org/zap v1.10.0 // indirect
)

go 1.17
go 1.18
1 change: 0 additions & 1 deletion rename.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9

package flatfs

Expand Down
1 change: 0 additions & 1 deletion util_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

package flatfs

Expand Down
1 change: 0 additions & 1 deletion util_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
Expand Down