mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-09 23:09:24 +00:00
fixup! Update code constraints.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM golang:1-bullseye as baseimg
|
||||
|
||||
WORKDIR /go/src/app
|
||||
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
|
||||
COPY . /go/src/app/
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user