chore(deps): update Go to 1.23 and Node to 20.17.0 (#1639)

* bump(deps): lift language versions

* Update Dockerfile

* ask your doctor

* chore: update go to 1.23

* fix: go mod version

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
Kyle Sanderson 2024-09-01 08:10:18 -07:00 committed by GitHub
parent 34d6e0cf60
commit f3c7946e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module github.com/autobrr/autobrr
go 1.22.0
go 1.23.0
replace github.com/r3labs/sse/v2 => github.com/autobrr/sse/v2 v2.0.0-20230520125637-530e06346d7d
@ -26,6 +26,7 @@ require (
github.com/gosimple/slug v1.14.0
github.com/hashicorp/go-version v1.7.0
github.com/hekmon/transmissionrpc/v3 v3.0.0
github.com/icholy/digest v0.1.23
github.com/lib/pq v1.10.9
github.com/mattn/go-shellwords v1.0.12
github.com/mmcdole/gofeed v1.3.0
@ -72,7 +73,6 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hekmon/cunits/v2 v2.1.0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/icholy/digest v0.1.23 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect