Skip to content

Commit

Permalink
Upgrade minimum Go to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed May 6, 2024
1 parent b910e8b commit 46a16b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/donatj/ghemoji

go 1.13
go 1.17

require github.com/mattn/go-isatty v0.0.20

require golang.org/x/sys v0.6.0 // indirect

0 comments on commit 46a16b3

Please sign in to comment.