This is an automated email from the ASF dual-hosted git repository. xwm1992 pushed a commit to branch xwm1992-patch-1 in repository https://gitbox.apache.org/repos/asf/eventmesh-workflow.git
commit a7636a70ff8e4816a128adba7279c4240045ec56 Author: mike_xwm <[email protected]> AuthorDate: Tue Jun 30 16:10:57 2026 +0800 update ci version --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2ab7a1..9097754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,18 +29,18 @@ jobs: golangci: strategy: matrix: - go: [1.17] + go: [1.23] os: [macos-latest, ubuntu-latest] name: Lint runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/checkout@v6 + - uses: actions/[email protected] with: go-version: ${{ matrix.go }} cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/[email protected] with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: latest @@ -51,9 +51,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Check license header uses: apache/skywalking-eyes@main env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
