File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : hadolint
13131414 with :
Original file line number Diff line number Diff line change 1111 build-test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-go@v5
1616 with :
1717 go-version-file : go.mod
Original file line number Diff line number Diff line change 2424 outputs :
2525 version : ${{ steps.get-version.outputs.version }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Get Release Version
2929 id : get-version
3030 uses : nullify-platform/github-actions/actions/release-version@main
3737 runs-on : ubuntu-latest
3838 needs : [ get-version ]
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - name : Generate Release Tag
4242 run : echo "RELEASE_TAG=v${{ needs.get-version.outputs.version }}" >> $GITHUB_ENV
4343 - name : Generate Release
Original file line number Diff line number Diff line change 11# nosec The image is used solely for linting purposes and does not run as a service
2- FROM golangci/golangci-lint:v2.0.2 @sha256:d55581f7797e7a0877a7c3aaa399b01bdc57d2874d6412601a046cc4062cb62e as golangci-lint
2+ FROM golangci/golangci-lint:v2.4.0 @sha256:91460846c43b3de53eb77e968b17363e8747e6f3fc190575b52be60c49446e23 as golangci-lint
33FROM hadolint/hadolint:2.12.0@sha256:30a8fd2e785ab6176eed53f74769e04f125afb2f74a6c52aef7d463583b6d45e as hadolint
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ module github.com/nullify-platform/config-file-parser
22
33go 1.23.0
44
5- toolchain go1.24.1
5+ toolchain go1.25.0
66
77require (
88 github.com/gobwas/glob v0.2.3
99 github.com/pkg/errors v0.9.1
10- github.com/stretchr/testify v1.10.0
10+ github.com/stretchr/testify v1.11.1
1111 gopkg.in/yaml.v3 v3.0.1
1212)
1313
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzG
2121github.com/rogpeppe/go-internal v1.6.1 /go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc =
2222github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg =
2323github.com/rogpeppe/go-internal v1.8.1 /go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o =
24- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
25- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
24+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
25+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
2626golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw =
2727golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 /go.mod h1:sIifuuw/Yco/y6yb6+bDNfyeQ/MdPUy/hKEMYQV17cM =
2828gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments