mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
DEPS: Upgrade shoutrrr dependency and remove Go toolchain pinning (#3858)
- Follow up for https://github.com/StackExchange/dnscontrol/pull/3838#discussion_r2539801899 github.com/nicholas-fedor/shoutrrr < 0.12.1 was pinning the toolchain. Which in turn required dnscontrol to pin it as well. This has been fixed upstream via - https://github.com/nicholas-fedor/shoutrrr/pull/464 and this PR is adopting the [following upstream release](https://github.com/nicholas-fedor/shoutrrr/releases/tag/v0.12.1). @gvengel Could you help with testing this PR? Thanks in advance! <!-- ## Before submiting a pull request Please make sure you've run the following commands from the root directory. bin/generate-all.sh (this runs commands like "go generate", fixes formatting, and so on) ## Release changelog section Help keep the release changelog clear by pre-naming the proper section in the GitHub pull request title. Some examples: * CICD: Add required GHA permissions for goreleaser * DOCS: Fixed providers with "contributor support" table * ROUTE53: Allow R53_ALIAS records to enable target health evaluation More examples/context can be found in the file .goreleaser.yml under the 'build' > 'changelog' key. !--> Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
This commit is contained in:
parent
0c5d4eac75
commit
abe96b1900
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/StackExchange/dnscontrol/v4
|
||||
|
||||
go 1.25.3
|
||||
go 1.25
|
||||
|
||||
retract v4.8.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue