From 85d5ec7974488724c16a79e18d19b6434ce9e861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:16:45 +0300 Subject: [PATCH] build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#8219) --- .github/workflows/go.test.yml | 8 ++++---- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/make.doc.yml | 2 +- .github/workflows/verify-make-gen.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 2eeca6e0f..09d171e80 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version id: go @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version id: go @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version id: go @@ -88,7 +88,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version id: go diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index bbb22d2e2..499781045 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version - name: golangci-lint diff --git a/.github/workflows/make.doc.yml b/.github/workflows/make.doc.yml index a42245f82..eced98af9 100644 --- a/.github/workflows/make.doc.yml +++ b/.github/workflows/make.doc.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version diff --git a/.github/workflows/verify-make-gen.yml b/.github/workflows/verify-make-gen.yml index f3304eb16..efbe5887e 100644 --- a/.github/workflows/verify-make-gen.yml +++ b/.github/workflows/verify-make-gen.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: .go-version - name: Run make gen