Skip to content

Commit 0cf2b09

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 0b35de3 commit 0cf2b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
# Golang
7070
- name: Install golang
7171
if: ${{ inputs.language == 'go' }}
72-
uses: actions/setup-go@v5
72+
uses: actions/setup-go@v6
7373
with:
7474
cache-dependency-path: clients/algoliasearch-client-go/go.sum
7575
go-version: ${{ inputs.version }}

0 commit comments

Comments
 (0)