Skip to content

Commit 278d57e

Browse files
authored
fix: update module name
1 parent 3855469 commit 278d57e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN go get -d -v
1313
#build the binary
1414
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s" -o /go/bin/alertmanager-discord
1515

16-
1716
# STEP 2 build a small image
1817
# start from scratch
1918
FROM scratch

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/benjojo/alertmanager-discord
1+
module github.com/codingpot/alertmanager-discord
22

3-
go 1.15
3+
go 1.16

0 commit comments

Comments
 (0)