Skip to content

Commit

Permalink
chore(examples): bump examples (and ci) to 1.19 so a slog dep will build
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jun 4, 2024
1 parent 4c0880f commit 6c1a324
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:
test:
strategy:
matrix:
go-version: [~1.18, ^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 examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples

go 1.18
go 1.19

replace github.com/charmbracelet/lipgloss => ../

Expand Down

0 comments on commit 6c1a324

Please sign in to comment.