Skip to content

Commit b3c86cf

Browse files
authored
Merge pull request #60 from Xenomorph07/master
feat: update air
2 parents 6e625a4 + f5a68d8 commit b3c86cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk update && apk upgrade && \
55

66
WORKDIR /app
77

8-
RUN go install github.com/cosmtrek/air@latest
8+
RUN go install github.com/air-verse/air@latest
99

1010
COPY go.mod go.sum ./
1111
RUN go mod download

internal/utils/send_mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func SendMail(to, subject, body string) error {
2222
os.Getenv("SMTP_USER"),
2323
os.Getenv("SMTP_KEY"),
2424
)
25-
//dialer.TLSConfig = &tls.Config{InsecureSkipVerify: true} //need to be check later
25+
// dialer.TLSConfig = &tls.Config{InsecureSkipVerify: true} //need to be check later
2626

2727
if err := dialer.DialAndSend(msg); err != nil {
2828
return err

0 commit comments

Comments
 (0)