Skip to content

Commit abe96b1

Browse files
das7padtlimoncelli
andauthored
DEPS: Upgrade shoutrrr dependency and remove Go toolchain pinning (#3858)
- Follow up for #3838 (comment) 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 - nicholas-fedor/shoutrrr#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 <[email protected]>
1 parent 0c5d4ea commit abe96b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/StackExchange/dnscontrol/v4
22

3-
go 1.25.3
3+
go 1.25
44

55
retract v4.8.0
66

0 commit comments

Comments
 (0)