1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-23 13:49:44 +08:00

Switch Go version to v1.21.

Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
Jakub Sobon 2024-01-29 15:07:56 -05:00
parent 90a119eab5
commit 34ed1a7d7d
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
go.mod
View File

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