Skip to content

Commit

Permalink
Merge pull request #30 from navidys/go_version
Browse files Browse the repository at this point in the history
go version update to 1.20
  • Loading branch information
navidys authored Jan 27, 2024
2 parents 172e1e9 + fe7c2ef commit 55176a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/navidys/tvxwidgets

go 1.18
go 1.20

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

0 comments on commit 55176a3

Please sign in to comment.