Skip to content

Commit c7846e0

Browse files
[#patch](deps): Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions-deps group (#310)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9369db9 commit c7846e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
persist-credentials: false
9090
- name: Setup Go
91-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
91+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9292
with:
9393
go-version-file: ${{ inputs.working-directory }}/go.mod
9494
cache-dependency-path: |
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
persist-credentials: false
127127
- name: Setup Go
128-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
128+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
129129
with:
130130
go-version-file: ${{ inputs.working-directory }}/go.mod
131131
cache-dependency-path: |

0 commit comments

Comments
 (0)