Skip to content

Commit

Permalink
feat: update to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 7, 2023
1 parent 1ff6a32 commit 9326008
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 737 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.18, ^1]
go-version: [~1.20, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples

go 1.17
go 1.20

require (
github.com/charmbracelet/bubbles v0.16.2-0.20230821152602-eda891258c02
Expand Down Expand Up @@ -40,7 +40,7 @@ require (
github.com/yuin/goldmark v1.5.2 // indirect
github.com/yuin/goldmark-emoji v1.0.1 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
Expand Down
Loading

0 comments on commit 9326008

Please sign in to comment.