mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(build): update workflows and go.mod
to use latest patch version of Go (#1775)
* fix(ci): update workflow to use latest patch version of Go * fix(ci): update all workflows to use latest patch version of Go * chore(deps): bump Go version to latest patch in go.mod
This commit is contained in:
parent
636129f282
commit
7e5f65fd6e
4 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/autobrr/autobrr
|
||||
|
||||
go 1.23.0
|
||||
go 1.23.2
|
||||
|
||||
replace github.com/r3labs/sse/v2 => github.com/autobrr/sse/v2 v2.0.0-20230520125637-530e06346d7d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue