mirror of
https://gitea.com/actions/go-versions.git
synced 2026-01-07 17:47:20 +08:00
Compare commits
20 Commits
1.16.9-131
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df5bacfff9 | ||
|
|
82e37a11c9 | ||
|
|
57ea5543a0 | ||
|
|
6ac541a152 | ||
|
|
710d16ce77 | ||
|
|
b591576203 | ||
|
|
b97793e13e | ||
|
|
b844ed6c6d | ||
|
|
8a0545cb70 | ||
|
|
34306dce78 | ||
|
|
2e49d3e53d | ||
|
|
c18c2ac1ac | ||
|
|
b2fe27c0b9 | ||
|
|
c27e49f619 | ||
|
|
9d9bd2c789 | ||
|
|
017e64abe3 | ||
|
|
dfb38cff48 | ||
|
|
4e55ba98df | ||
|
|
6e78c4b835 | ||
|
|
6ab1ee80cb |
1
.github/workflows/get-go-versions.yml
vendored
1
.github/workflows/get-go-versions.yml
vendored
@@ -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
|
||||||
|
|||||||
27
.github/workflows/validate-manifest.yml
vendored
27
.github/workflows/validate-manifest.yml
vendored
@@ -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
|
||||||
|
|||||||
2
helpers
2
helpers
Submodule helpers updated: e71d476320...6f1aa3ce73
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user