Skip to content

Commit 63ea7a6

Browse files
authored
chore: unify go version & remove settings.json (#180)
1 parent 1d29644 commit 63ea7a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,6 @@ npm/*/rslint
150150
npm/*/rslint.exe
151151

152152
.idea
153+
154+
## vscode settings
155+
.vscode/settings.json
File renamed without changes.

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
go 1.24.2
1+
go 1.24.1
22

3-
toolchain go1.24.5
3+
toolchain go1.24.1
44

55
use (
66
.

0 commit comments

Comments
 (0)