File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
3131 - name : Set up Go
32- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
32+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3333 with :
3434 go-version : ' 1.26'
3535
Original file line number Diff line number Diff line change 2727 - name : Install uv
2828 uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2929 with :
30- version : " 0.10.12 "
30+ version : " 0.11.2 "
3131
3232 - name : Publish
3333 run : |
Original file line number Diff line number Diff line change 2020 - name : Install uv
2121 uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2222 with :
23- version : " 0.10.12 "
23+ version : " 0.11.2 "
2424
2525 - name : Publish
2626 run : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.26.1
66
77require (
88 github.com/antlr4-go/antlr/v4 v4.13.1
9- github.com/magefile/mage v1.16.1
9+ github.com/magefile/mage v1.17.0
1010 github.com/stretchr/testify v1.11.1
1111 gopkg.in/yaml.v3 v3.0.1
1212)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/magefile/mage v1.16.0 h1:2naaPmNwrMicCdLBCRDw288hcyClO9lmnm6FMpXyJ5I=
88github.com/magefile/mage v1.16.0 /go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A =
99github.com/magefile/mage v1.16.1 h1:j5UwkdA48xTlGs0Hcm1Q3sSAcxBorntQjiewDNMsqlo =
1010github.com/magefile/mage v1.16.1 /go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A =
11+ github.com/magefile/mage v1.17.0 h1:dS4tkq997Ism03akafC8509iqDjeE7TNTexI25Y7sXM =
12+ github.com/magefile/mage v1.17.0 /go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA =
1113github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1214github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1315github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
You can’t perform that action at this time.
0 commit comments