We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e2120 commit 8918ba5Copy full SHA for 8918ba5
2 files changed
.github/workflows/lint.yml
@@ -16,7 +16,6 @@ jobs:
16
with:
17
go-version-file: "go.mod"
18
cache: false
19
- - run: go mod tidy
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v6
22
go.mod
@@ -1,6 +1,9 @@
1
module github.com/simple64/cheat-parser
2
3
-go 1.23
+go 1.23.0
4
+
5
+toolchain go1.23.6
6
7
require (
8
github.com/go-git/go-billy/v5 v5.6.2
9
github.com/go-git/go-git/v5 v5.14.0
0 commit comments