From 8113ee40b9494275f4005a8a249e3e02a367cf1b Mon Sep 17 00:00:00 2001 From: annakhm <32882380+annakhm@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:06:56 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7125ece9..d5d9bddcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,19 +14,19 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.22 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: - version: v1.50 + version: v1.55 args: --issues-exit-code=1 - name: Import GPG key