Skip to content

Commit 58e63e2

Browse files
authored
Merge pull request #110 from natrontech/chore/go-1.25.5
chore: update go to 1.25.5
2 parents 3221db4 + d99a79d commit 58e63e2

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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: ./...

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ repos:
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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/natrontech/alertmanager-uptime-kuma-push
22

3-
go 1.25.4
3+
go 1.25.5
44

55
require 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/gofiber/fiber/v2 v2.52.10 h1:jRHROi2BuNti6NYXmZ6gbNSfT3zj/8c0xy94GOU5
88
github.com/gofiber/fiber/v2 v2.52.10/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
99
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1010
github.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=
1313
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
1414
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
1515
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=

0 commit comments

Comments
 (0)