We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527fcc6 commit c98d9b8Copy full SHA for c98d9b8
.go-version
@@ -1 +1 @@
1
-1.25.1
+1.25.3
.trunk/trunk.yaml
@@ -38,6 +38,6 @@ plugins:
38
uri: https://github.com/trunk-io/plugins
39
runtimes:
40
enabled:
41
- - go@1.25.1 # datasource=golang-version depName=go
+ - go@1.25.3 # datasource=golang-version depName=go
42
- node@22.16.0
43
- python@3.11.9
go.mod
@@ -2,7 +2,7 @@ module github.com/dex4er/tf
2
3
go 1.24.0
4
5
-toolchain go1.25.1
+toolchain go1.25.3
6
7
require (
8
github.com/awoodbeck/strftime v0.0.0-20180221155908-016cde65fcde
0 commit comments