Skip to content

Commit 31b5d17

Browse files
chore(deps): update all non-major dependencies in .github/workflows/go.yml (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d3863a commit 31b5d17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 ./...

0 commit comments

Comments
 (0)