go version update to 1.20

Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
This commit is contained in:
Navid Yaghoobi 2024-01-27 20:48:23 +11:00
parent 172e1e9661
commit fe7c2ef80c
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.19.0'
go-version: '1.20'
id: go
- name: Check out code into the Go module directory

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.19.0'
go-version: '1.20'
id: go
- name: Check out code into the Go module directory

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/navidys/tvxwidgets
go 1.18
go 1.20
require (
github.com/gdamore/tcell/v2 v2.7.0