From 019ea5a40d51f32d13f8a43de69cd2d5cbd28d79 Mon Sep 17 00:00:00 2001 From: m00g3n Date: Mon, 19 Feb 2024 18:04:19 +0100 Subject: [PATCH] update workflow --- .github/workflows/lint-compass-runtime-agent.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-compass-runtime-agent.yml b/.github/workflows/lint-compass-runtime-agent.yml index 7e2d35eba228..03656c9a0015 100644 --- a/.github/workflows/lint-compass-runtime-agent.yml +++ b/.github/workflows/lint-compass-runtime-agent.yml @@ -18,13 +18,13 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: '1.21' cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.