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.
2 parents ba2894e + 618b0b2 commit 947e3c9Copy full SHA for 947e3c9
2 files changed
CHANGELOG.md
@@ -16,6 +16,10 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
16
17
## [Unreleased]
18
19
+### Changed
20
+
21
+- changed the Go version to `1.26.3`
22
23
## [1.16.2] - 2026-05-04
24
25
### Fixed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/rios0rios0/terra
2
3
-go 1.26.2
+go 1.26.3
4
5
require (
6
github.com/creack/pty v1.1.24
0 commit comments