Compare commits

...

20 Commits

Author SHA1 Message Date
Lunny Xiao
df5bacfff9 Use gitea.com domain 2022-06-05 20:10:34 +08:00
github-actions[bot]
82e37a11c9 Update versions-manifest (#55)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-06-02 09:30:33 +03:00
github-actions[bot]
57ea5543a0 Update versions-manifest (#54) 2022-05-11 12:27:52 +04:00
Marko Zivic
6ac541a152 Merge pull request #53 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 04/15/2022
2022-04-15 10:45:49 +02:00
Service account
710d16ce77 Update versions-manifest 2022-04-15 06:06:18 +00:00
Ethan Chiu
b591576203 Merge pull request #51 from actions/ethanchewy/add-slack
Add back slack notification
2022-03-16 10:26:42 -07:00
Ethan Chiu
b97793e13e Add back slack notification 2022-03-16 10:11:36 -07:00
Brian Cristante
b844ed6c6d Merge pull request #50 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/15/2022
2022-03-16 11:00:54 -04:00
Service account
8a0545cb70 Update versions-manifest 2022-03-15 21:23:15 +00:00
Brian Cristante
34306dce78 Merge pull request #49 from ethanchewy/patch-1
Comment out slack channel posting
2022-03-15 16:39:58 -04:00
Ethan Chiu
2e49d3e53d add logging for message contents 2022-03-15 11:57:09 -07:00
Ethan Chiu
c18c2ac1ac Comment out slack channel posting
To unblock future go builds immediately
2022-03-15 11:45:08 -07:00
github-actions[bot]
b2fe27c0b9 Update versions-manifest (#47)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-02-11 10:48:18 +03:00
github-actions[bot]
c27e49f619 Update versions-manifest (#46)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-01-07 22:12:10 +03:00
github-actions[bot]
9d9bd2c789 Update versions-manifest (#45)
Co-authored-by: Service account <no-reply@microsoft.com>
2021-12-09 20:03:07 +03:00
github-actions[bot]
017e64abe3 Update versions-manifest (#43) 2021-12-03 11:16:30 +03:00
github-actions[bot]
dfb38cff48 Update versions-manifest (#42)
Co-authored-by: Service account <no-reply@microsoft.com>
2021-11-05 18:30:41 +03:00
Nikolay Frolov
4e55ba98df Uptake of the latest changes for helpers submodule (#41) 2021-10-14 16:57:30 +03:00
MaksimZhukov
6e78c4b835 Merge pull request #40 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/08/2021
2021-10-08 11:13:29 +03:00
Service account
6ab1ee80cb Update versions-manifest 2021-10-08 07:29:44 +00:00
4 changed files with 861 additions and 334 deletions

View File

@@ -55,6 +55,7 @@ jobs:
-ToolName "${{ env.TOOL_NAME }}" ` -ToolName "${{ env.TOOL_NAME }}" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" ` -ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" `
-Text "$message" -Text "$message"
trigger_builds: trigger_builds:
name: Trigger builds name: Trigger builds
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -1,31 +1,32 @@
name: Validate manifest name: Validate manifest
on: on:
schedule: schedule:
- cron: '0 8,20 * * *' - cron: '0 8,20 * * *'
pull_request: pull_request:
branches: branches:
- main - main
paths: paths:
- 'versions-manifest.json' - 'versions-manifest.json'
env: env:
TOOL_NAME: "Go" TOOL_NAME: "Go"
defaults: defaults:
run: run:
shell: pwsh shell: pwsh
jobs: jobs:
validation: validation:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true submodules: true
- name: Validate python-versions manifest - name: Validate python-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }} run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
check_build: check_build:
name: Check validation for failures name: Check validation for failures

Submodule helpers updated: e71d476320...6f1aa3ce73

File diff suppressed because it is too large Load Diff