Skip to content

Commit

Permalink
feat: use go 1.19 (#189)
Browse files Browse the repository at this point in the history
* feat: set go 1.19 in go.mod

the log library now requires go 1.19

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* build: go-version: stable

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 authored Nov 8, 2023
1 parent 472a6ab commit 714e30a
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1'
go-version: "stable"
cache: true
- run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
- uses: codecov/codecov-action@v3
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/charmbracelet/wish

go 1.18
go 1.19

require (
github.com/charmbracelet/bubbletea v0.24.2
Expand Down

0 comments on commit 714e30a

Please sign in to comment.