Merge pull request #369 from mum4k/go_version

Switch Go version to v1.21.
This commit is contained in:
Jakub Sobon 2024-01-29 15:09:40 -05:00 committed by GitHub
commit 3687adb48d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: [ '1.20', 'stable' ] go-version: [ '1.20', '1.21', 'stable' ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/mum4k/termdash module github.com/mum4k/termdash
go 1.20 go 1.21
require ( require (
github.com/gdamore/tcell/v2 v2.7.0 github.com/gdamore/tcell/v2 v2.7.0