2 Commits

Author SHA1 Message Date
9f58437d0e Update dependencies in go.mod and go.sum to latest versions
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 2m45s
2025-08-30 23:06:24 -04:00
eb00dc5165 update golang
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 9s
2025-08-30 23:05:08 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ name: 🧪 ✨ Unit Tests Workflow
jobs:
test-go:
env:
GO_VERSION: '1.24.3'
GO_VERSION: '1.25.0'
name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest
steps:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/siteworxpro/rsa-file-encryption
go 1.24.6
go 1.25.0
require (
github.com/charmbracelet/bubbles v0.21.0