Skip to content

Commit

Permalink
fix: bump bubbles to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Mar 3, 2023
1 parent 2694acc commit 7944d48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [~1.13, ^1]
go-version: [~1.16, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
1 change: 1 addition & 0 deletions filepicker/hidden_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !windows
// +build !windows

package filepicker

Expand Down
1 change: 1 addition & 0 deletions filepicker/hidden_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build windows
// +build windows

package filepicker

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/charmbracelet/bubbles

go 1.13
go 1.16

require (
github.com/atotto/clipboard v0.1.4
Expand Down

0 comments on commit 7944d48

Please sign in to comment.