File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 - name : Set up Go
1919 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2020 with :
21- go-version : " 1.25.1 "
21+ go-version : " 1.25.2 "
2222
2323 - name : Set up Python
2424 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525 with :
26- python-version : " 3.13 "
26+ python-version : " 3.14 "
2727
2828 - name : Clone OWASP CRS Project
2929 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2222 with :
23- go-version : ' 1.25.1 '
23+ go-version : ' 1.25.2 '
2424
2525 - name : Test
2626 run : go test -v ./...
You can’t perform that action at this time.
0 commit comments