Compare commits
No commits in common. "27c3a5c88172c15bb5a7b04591209eae490b537d" and "d2b68c18892f9aff900c244c025b8119db3028ca" have entirely different histories.
27c3a5c881
...
d2b68c1889
@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: golang:1.21
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- go test ./...
|
||||
build:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21
|
||||
FROM golang:1.20
|
||||
WORKDIR /src
|
||||
COPY . ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o server ./cmd/serve
|
||||
|
Loading…
Reference in New Issue
Block a user