mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-10 04:23:05 +00:00
fixup! Update code constraints.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
FROM golang:1-bullseye as baseimg
|
FROM golang:1-bullseye as baseimg
|
||||||
|
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
|
|
||||||
COPY . /go/src/app/
|
COPY . /go/src/app/
|
||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
//go:build (darwin && cgo) || linux
|
||||||
|
// +build darwin,cgo linux
|
||||||
|
|
||||||
|
// Project: semver-generator
|
||||||
/*
|
/*
|
||||||
Copyright © 2021 LUKASZ RACZYLO <lukasz$raczylo,com>
|
Copyright © 2021 LUKASZ RACZYLO <lukasz$raczylo,com>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user