Skip to content

Commit d63a780

Browse files
chore: Bump actions/setup-go from 6.4.0 to 6.5.0 (#666)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcbaa57 commit d63a780

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/installer-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
33+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636
cache-dependency-path: "**/go.sum"
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
119119

120120
- name: Set up Go
121-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
121+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
122122
with:
123123
go-version: ${{ env.GO_VERSION }}
124124
cache-dependency-path: "**/go.sum"

.github/workflows/installer-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494

9595
- name: Set up Go
96-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
96+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
9797
with:
9898
go-version: ${{ env.GO_VERSION }}
9999
cache-dependency-path: "**/go.sum"

0 commit comments

Comments
 (0)