Skip to content

Commit d67c0f6

Browse files
authored
chore(deps): bump Go from 1.24.5 to 1.25.3 (#238)
1 parent 1609019 commit d67c0f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version-file: go.mod
2222

2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v7
24+
uses: golangci/golangci-lint-action@v8
2525
with:
26-
version: v2.0
26+
version: v2.4
2727
only-new-issues: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 AS build-env
1+
FROM golang:1.25.3 AS build-env
22

33
WORKDIR /go/src/webhookx-io/webhookx
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/webhookx-io/webhookx
22

3-
go 1.24.5
3+
go 1.25.3
44

55
require (
66
github.com/Masterminds/squirrel v1.5.4

0 commit comments

Comments
 (0)