File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - if : matrix.build-mode == 'manual'
5050 env :
5151 # fix "go: download go1.22 for linux/amd64: toolchain not available" error
52- GOTOOLCHAIN : " go1.25.4 "
52+ GOTOOLCHAIN : " go1.25.5 "
5353 run : |
5454 make go-build
5555
Original file line number Diff line number Diff line change 2424 persist-credentials : false
2525 - name : Run Gosec Security Scanner
2626 env :
27- GOTOOLCHAIN : " go1.25.4 "
27+ GOTOOLCHAIN : " go1.25.5 "
2828 uses : securego/gosec@6be2b51fd78feca86af91f5186b7964d76cb1256 # v2.22.10
2929 with :
3030 args : ./...
Original file line number Diff line number Diff line change 2323 - id : go-imports
2424 - id : go-unit-tests
2525 - repo : https://github.com/golangci/golangci-lint
26- rev : v2.6.2
26+ rev : v2.7.0
2727 hooks :
2828 - id : golangci-lint
Original file line number Diff line number Diff line change 11module github.com/natrontech/alertmanager-uptime-kuma-push
22
3- go 1.25.4
3+ go 1.25.5
44
55require github.com/gofiber/fiber/v2 v2.52.10
66
@@ -9,7 +9,7 @@ require (
99 github.com/clipperhouse/stringish v0.1.1 // indirect
1010 github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
1111 github.com/google/uuid v1.6.0 // indirect
12- github.com/klauspost/compress v1.18.1 // indirect
12+ github.com/klauspost/compress v1.18.2 // indirect
1313 github.com/mattn/go-colorable v0.1.14 // indirect
1414 github.com/mattn/go-isatty v0.0.20 // indirect
1515 github.com/mattn/go-runewidth v0.0.19 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/gofiber/fiber/v2 v2.52.10 h1:jRHROi2BuNti6NYXmZ6gbNSfT3zj/8c0xy94GOU5
88github.com/gofiber/fiber/v2 v2.52.10 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
99github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1010github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
11- github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co =
12- github.com/klauspost/compress v1.18.1 /go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0 =
11+ github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk =
12+ github.com/klauspost/compress v1.18.2 /go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4 =
1313github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
1414github.com/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
1515github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
You can’t perform that action at this time.
0 commit comments