Compare commits
3 commits
0476d6e5b1
...
26816d8ae7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
26816d8ae7 | ||
8baeb8cab9 | |||
![]() |
59e4d10274 |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24.3 AS builder
|
||||
FROM golang:1.24.4 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
ADD . .
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,7 +2,7 @@ module codeberg.org/foosinn/webhook-rfc2136
|
|||
|
||||
go 1.22.0
|
||||
|
||||
toolchain go1.24.3
|
||||
toolchain go1.24.4
|
||||
|
||||
require (
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue