forked from RomainDreidemy/MT5-EasyDocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update dependencies and go version
- Loading branch information
1 parent
f54b7b9
commit 0a4b6df
Showing
4 changed files
with
52 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# syntax=docker/dockerfile:1 | ||
|
||
FROM golang:1.20-alpine | ||
FROM golang:1.22-alpine | ||
|
||
WORKDIR /app | ||
|
||
COPY go.mod go.sum /app/ | ||
|
||
RUN go mod download && go mod verify | ||
|
||
RUN go install github.com/cosmtrek/air@latest | ||
RUN go install github.com/air-verse/air@latest | ||
RUN go install github.com/swaggo/swag/cmd/swag@latest | ||
RUN go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.