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.
1 parent 2745742 commit ebf9b3aCopy full SHA for ebf9b3a
.github/workflows/python.yml
@@ -38,7 +38,7 @@ jobs:
38
python-version: ${{ matrix.python-version }}
39
40
- name: Install uv
41
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
+ uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6
42
with:
43
enable-cache: true
44
go.mod
@@ -2,12 +2,12 @@ module github.com/coreruleset/seclang_parser
2
3
go 1.22
4
5
-toolchain go1.25.0
+toolchain go1.25.1
6
7
require (
8
github.com/antlr4-go/antlr/v4 v4.13.1
9
github.com/magefile/mage v1.15.0
10
- github.com/stretchr/testify v1.10.0
+ github.com/stretchr/testify v1.11.1
11
)
12
13
0 commit comments