-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in GO/adguarddnsclient from upd-all to master Squashed commit of the following: commit 6e0d63a Author: Eugene Burkov <[email protected]> Date: Tue Dec 17 19:05:49 2024 +0300 all: fix go version in readme commit b200e61 Author: Eugene Burkov <[email protected]> Date: Tue Dec 17 17:59:23 2024 +0300 all: imp code commit e190383 Author: Eugene Burkov <[email protected]> Date: Tue Dec 17 14:54:49 2024 +0300 all: upd go, libs
- Loading branch information
1 parent
c0922dd
commit 734a7ce
Showing
27 changed files
with
316 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
'name': 'build' | ||
|
||
'env': | ||
'GO_VERSION': '1.23.3' | ||
'GO_VERSION': '1.23.4' | ||
|
||
'on': | ||
'push': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
'name': 'lint' | ||
|
||
'env': | ||
'GO_VERSION': '1.23.3' | ||
'GO_VERSION': '1.23.4' | ||
|
||
'on': | ||
'push': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ DIST_DIR = dist | |
GOAMD64 = v1 | ||
GOPROXY = https://proxy.golang.org|direct | ||
GOTELEMETRY = off | ||
GOTOOLCHAIN = go1.23.3 | ||
GOTOOLCHAIN = go1.23.4 | ||
GPG_KEY = [email protected] | ||
GPG_KEY_PASSPHRASE = not-a-real-password | ||
MSI = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.