Skip to content

Commit

Permalink
Merge pull request #369 from mum4k/go_version
Browse files Browse the repository at this point in the history
Switch Go version to v1.21.
  • Loading branch information
mum4k authored Jan 29, 2024
2 parents 90a119e + 34ed1a7 commit 3687adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', 'stable' ]
go-version: [ '1.20', '1.21', 'stable' ]

steps:
- uses: actions/checkout@v4
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/mum4k/termdash

go 1.20
go 1.21

require (
github.com/gdamore/tcell/v2 v2.7.0
Expand Down

0 comments on commit 3687adb

Please sign in to comment.