Skip to content

Commit bbcb49f

Browse files
committed
chore: switch to go 1.23
1 parent 84553a2 commit bbcb49f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.22.x]
7+
go-version: [1.23.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/d-led/pathdebug
22

3-
go 1.22
4-
5-
toolchain go1.22.5
3+
go 1.23
64

75
require (
86
github.com/charmbracelet/bubbles v0.19.0

0 commit comments

Comments
 (0)