We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a0a957 + 3a234a9 commit e770ae1Copy full SHA for e770ae1
1 file changed
.github/workflows/tests.yml
@@ -87,7 +87,7 @@ jobs:
87
# --- Go : coraza API service ---
88
- name: Set up Go
89
if: matrix.lang == 'go'
90
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
+ uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
91
with:
92
go-version: "1.25"
93
- name: Run Go unit tests
0 commit comments