Skip to content

Commit

Permalink
build: Update minimum Go version to 1.21. #10
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed May 26, 2024
1 parent 2f379e4 commit 940370b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
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/roblillack/spot

go 1.18
go 1.21

require (
github.com/pwiecz/go-fltk v0.0.0-20240511142305-990b442ae1ed
Expand Down
6 changes: 0 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
github.com/pwiecz/go-fltk v0.0.0-20240511142305-990b442ae1ed h1:7/j/4x3KAwuJB9sWdfhi+1UFbv42TyJ4LyUI/GHS+p8=
github.com/pwiecz/go-fltk v0.0.0-20240511142305-990b442ae1ed/go.mod h1:uMK5daOr9p+ba2BPs5QadbfaqqrHR5TGj13yWGsAsmw=
github.com/roblillack/gocoa v0.0.0-20240514094225-79029b8f9f7f h1:Rgio8nqLhyfyswHoxppubbgu13L7b03CMXecKjM70tA=
github.com/roblillack/gocoa v0.0.0-20240514094225-79029b8f9f7f/go.mod h1:zySUFzLK/KSb3KDT903dTRJ2WPmMBbF3a2u8/39UzMg=
github.com/roblillack/gocoa v0.1.0 h1:JnwpvHBKo0tbu0mEawF7SKpwu/CV4iNneq70FegDwBM=
github.com/roblillack/gocoa v0.1.0/go.mod h1:zySUFzLK/KSb3KDT903dTRJ2WPmMBbF3a2u8/39UzMg=
github.com/roblillack/gocoa v0.2.0 h1:7NAjTPyKGd9mcqvZSish1b5qSU3zx6ISBHrTU4Ieph4=
github.com/roblillack/gocoa v0.2.0/go.mod h1:zySUFzLK/KSb3KDT903dTRJ2WPmMBbF3a2u8/39UzMg=
github.com/roblillack/gocoa v0.3.0 h1:ZvEulTbrJHgmeweJJrHZhoGvUzgD/Q54Pmc+cJ5sJyo=
github.com/roblillack/gocoa v0.3.0/go.mod h1:zySUFzLK/KSb3KDT903dTRJ2WPmMBbF3a2u8/39UzMg=

0 comments on commit 940370b

Please sign in to comment.