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 51a5a5f commit c0fb55cCopy full SHA for c0fb55c
.pre-commit-config.yaml
@@ -1,3 +1,5 @@
1
+default_language_version:
2
+ golang: "1.24.3"
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v5.0.0
go.mod
@@ -1,6 +1,6 @@
module github.com/backplane/ghlatest
-go 1.23.0
+go 1.24
toolchain go1.24.3
6
0 commit comments