Remove GitLab files #21

Merged
luketainton merged 2 commits from remove-gitlab into main 2022-08-13 13:47:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2c05dc5e76 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as build
FROM golang:1.19-alpine as build
WORKDIR /go/src/app
COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/luketainton/iPilot
go 1.17
go 1.19