fix(go.mod): update Go version to 1.23.6

Removes the Go version locking for 1.21 and updates it to 
1.23.6 for compatibility with the current toolchain. This 
ensures that the module uses the correct Go version for 
building and running the application.
This commit is contained in:
2025-02-06 18:05:21 +01:00
parent d442c067fe
commit 1a9057b378
+1 -3
View File
@@ -1,8 +1,6 @@
module gitlab.com/unboundsoftware/s3uploader
go 1.21
toolchain go1.23.6
go 1.23.6
require (
github.com/alecthomas/kong v1.7.0