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:
Jakob Ackermann 2025-12-02 15:02:53 +01:00 committed by GitHub
parent 0c5d4eac75
commit abe96b1900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/StackExchange/dnscontrol/v4
go 1.25.3
go 1.25
retract v4.8.0