We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84553a2 commit bbcb49fCopy full SHA for bbcb49f
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.22.x]
+ go-version: [1.23.x]
8
os: [ubuntu-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
go.mod
@@ -1,8 +1,6 @@
1
module github.com/d-led/pathdebug
2
3
-go 1.22
-
-toolchain go1.22.5
+go 1.23
require (
github.com/charmbracelet/bubbles v0.19.0
0 commit comments