-
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.
Squashed commit of the following: commit b7c4f81 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 14:36:18 2024 +0300 bamboo-specs: try omit revision commit cf4a9c1 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 14:33:22 2024 +0300 bamboo-specs: try fmt commit 58e8d40 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 14:20:18 2024 +0300 bamboo-specs: rm conditions commit 4e53547 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 14:12:27 2024 +0300 bamboo-specs: try conditional crutch commit 1772bd2 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 13:49:13 2024 +0300 bamboo-specs: try polling commit 924cf28 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 13:46:33 2024 +0300 all: upd gh, try another spec commit 27686a2 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 13:06:35 2024 +0300 bamboo-specs: try trigger conf commit 3accac8 Author: Eugene Burkov <[email protected]> Date: Fri Jul 5 12:44:45 2024 +0300 all: imp specs
- Loading branch information
1 parent
fc2a536
commit 6d6a172
Showing
8 changed files
with
90 additions
and
40 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.22.4' | ||
'GO_VERSION': '1.22.5' | ||
|
||
'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.22.4' | ||
'GO_VERSION': '1.22.5' | ||
|
||
'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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ DEPLOY_SCRIPT_PATH = not/a/real/path | |
DIST_DIR = dist | ||
GOAMD64 = v1 | ||
GOPROXY = https://proxy.golang.org|direct | ||
GOTOOLCHAIN = go1.22.4 | ||
GOTOOLCHAIN = go1.22.5 | ||
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