Skip to content

Commit

Permalink
chore: switch to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Aug 26, 2024
1 parent 84553a2 commit bbcb49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/d-led/pathdebug

go 1.22

toolchain go1.22.5
go 1.23

require (
github.com/charmbracelet/bubbles v0.19.0
Expand Down

0 comments on commit bbcb49f

Please sign in to comment.