File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 pre-commit :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3.0.2
14+ - uses : actions/checkout@v5
1515 with :
1616 set-safe-directory : true
1717 - uses : actions/setup-python@v3
1818 - uses : pre-commit/action@v3.0.0
1919 test :
2020 runs-on : ubuntu-latest
21- container : golang:1.24.5 -alpine3.22
21+ container : golang:1.25.1 -alpine3.22
2222 strategy :
2323 matrix :
2424 os : [linux, darwin, windows]
@@ -30,15 +30,15 @@ jobs:
3030 - name : Install git
3131 run : apk add --update --no-cache git
3232 - name : Checkout
33- uses : actions/checkout@v4.2.2
33+ uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636 - name : Build
3737 run : |
3838 go test -v ./...
3939 build :
4040 runs-on : ubuntu-latest
41- container : golang:1.24.5 -alpine3.22
41+ container : golang:1.25.1 -alpine3.22
4242 strategy :
4343 matrix :
4444 os : [linux, darwin, windows]
5050 - name : Install git
5151 run : apk add --update --no-cache git
5252 - name : Checkout
53- uses : actions/checkout@v4.2.2
53+ uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656 - name : Build
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3.0.2
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 set-safe-directory : true
2323 OUTPUT : changelog.md
2424 - name : Create Release
2525 id : create_release
26- uses : ncipollo/release-action@v1.14 .0
26+ uses : ncipollo/release-action@v1.20 .0
2727 with :
2828 bodyFile : ./changelog.md
Original file line number Diff line number Diff line change 11[tools ]
2- go = " 1.23 "
2+ go = " 1.25 "
Original file line number Diff line number Diff line change 11default_install_hook_types : [pre-commit, commit-msg]
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : check-json
77 stages : [pre-commit]
5656 stages : [pre-commit]
5757 exclude : (?x)^([bg|fixtures])
5858 - repo : https://github.com/commitizen-tools/commitizen
59- rev : v4.8.3
59+ rev : v4.9.0
6060 hooks :
6161 - id : commitizen
6262 stages : [commit-msg]
Original file line number Diff line number Diff line change 11module github.com/The-Mod-Elephant/infinity_file_formats
22
3- go 1.24
3+ go 1.25
44
55require (
66 github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
7- github.com/ulikunitz/xz v0.5.12
7+ github.com/ulikunitz/xz v0.5.15
88)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T
44github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw =
55github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b /go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM =
66github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
7- github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc =
8- github.com/ulikunitz/xz v0.5.12 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
7+ github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY =
8+ github.com/ulikunitz/xz v0.5.15 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
99github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
1010golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
1111golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments