We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1609019 commit d67c0f6Copy full SHA for d67c0f6
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version-file: go.mod
22
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v2.0
+ version: v2.4
27
only-new-issues: true
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.5 AS build-env
+FROM golang:1.25.3 AS build-env
2
3
WORKDIR /go/src/webhookx-io/webhookx
4
go.mod
@@ -1,6 +1,6 @@
module github.com/webhookx-io/webhookx
-go 1.24.5
+go 1.25.3
5
require (
6
github.com/Masterminds/squirrel v1.5.4
0 commit comments