Skip to content

Commit c0fb55c

Browse files
committed
implement 1.24
1 parent 51a5a5f commit c0fb55c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
default_language_version:
2+
golang: "1.24.3"
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v5.0.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/backplane/ghlatest
22

3-
go 1.23.0
3+
go 1.24
44

55
toolchain go1.24.3
66

0 commit comments

Comments
 (0)