Skip to content

Commit

Permalink
feat(go): upgrade golang version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Mar 6, 2023
1 parent 5e5d2f1 commit 260a6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.17, ^1]
go-version: [~1.19, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
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/muesli/termenv

go 1.17
go 1.19

require (
github.com/aymanbagabas/go-osc52 v1.2.2
Expand Down

0 comments on commit 260a6ce

Please sign in to comment.