Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# TODO hard code, because GitHub Actions only support secrets but not env
env:
Expand All @@ -27,14 +27,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: technote-space/get-diff-action@v5
if: ${{ github.event_name == 'pull_request' }}

- name: Cache Downloads
id: cache-downloads
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
/usr/local/bin/shellcheck
Expand All @@ -59,4 +59,3 @@ jobs:
# Download and check sha256, if file not exist in registry
- name: Download and check
run: ./coding-generic-sync.sh

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependency-check-release.zip | 6.3.1 | https://github.com/jeremylong/DependencyC
git-lfs-linux-amd64.tar.gz | 2.11.0 | https://github.com/git-lfs/git-lfs/releases/download/v2.11.0/git-lfs-linux-amd64-v2.11.0.tar.gz | 46508eb932c2ec0003a940f179246708d4ddc2fec439dcacbf20ff9e98b957c9
go-darwin-amd64.pkg | 1.18.4 | https://go.dev/dl/go1.18.4.darwin-amd64.pkg | ed5093acc099dfc4ab14cb5d5bc51d9f6694240d5eed25942f0d85f9995ba3f8
go-darwin-arm64.pkg | 1.18.4 | https://go.dev/dl/go1.18.4.darwin-arm64.pkg | 7f7726eae9c295cc148ae33457cf650c6b088ead027229e5256a312919187f88
go-linux-amd64.tar.gz | 1.19.3 | https://go.dev/dl/go1.19.3.linux-amd64.tar.gz | 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba
go-linux-amd64.tar.gz | 1.24.0 | https://go.dev/dl/go1.24.0.linux-amd64.tar.gz | dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应替换掉 18 行

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

golangci-lint-linux-amd64.tar.gz | 1.43.0 | https://github.com/golangci/golangci-lint/releases/download/v1.43.0/golangci-lint-1.43.0-linux-amd64.tar.gz | f3515cebec926257da703ba0a2b169e4a322c11dc31a8b4656b50a43e48877f4 |
helm-linux-amd64.tar.gz | v3.7.1 | https://get.helm.sh/helm-v3.7.1-linux-amd64.tar.gz | 6cd6cad4b97e10c33c978ff3ac97bb42b68f79766f1d2284cfd62ec04cd177f4
hugo-extended-linux-amd64.deb | 0.104.3 | https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_extended_0.104.3_linux-amd64.deb | 27ffd4e6b33e7359a97569b48cfdca41d9246e9d16151d25eb979d8285c89bdf
Expand Down
Loading