Skip to content

Commit e770ae1

Browse files
Merge pull request #205 from bunkerity/dependabot/github_actions/dev/actions/setup-go-6.5.0
deps/gha: bump actions/setup-go from 5.2.0 to 6.5.0
2 parents 0a0a957 + 3a234a9 commit e770ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# --- Go : coraza API service ---
8888
- name: Set up Go
8989
if: matrix.lang == 'go'
90-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
90+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
9191
with:
9292
go-version: "1.25"
9393
- name: Run Go unit tests

0 commit comments

Comments
 (0)