Skip to content

Commit

Permalink
Merge pull request #459 from canonical/remove-go111module
Browse files Browse the repository at this point in the history
chore: GO111MODULE removed
  • Loading branch information
pik4ez-canonical authored Nov 13, 2024
2 parents c80436a + 538921f commit e175f23
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
go install github.com/mikefarah/yq/[email protected]
echo "OCI_FACTORY=$(go env GOPATH)/bin/oci-factory" >> $GITHUB_ENV
echo "YQ=$(go env GOPATH)/bin/yq" >> $GITHUB_ENV
env:
GO111MODULE: "on"
- name: Set EOLs and version
run: |
echo EOL_STABLE=$(date -d "$(date +'%Y-%m-%d') +6 month" "+%Y-%m-%d") >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
GO111MODULE?=on
CGO_ENABLED?=0
GOOS?=linux
GO_BIN?=app
Expand Down
3 changes: 1 addition & 2 deletions cmd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
GO111MODULE?=on
CGO_ENABLED?=0
GOOS?=linux
GO_BIN?=app
Expand All @@ -11,4 +10,4 @@ GOFLAGS?=-ldflags=-w -ldflags=-s -a -buildvcs
build:
$(GO) build -o $(GO_BIN) ./

.PHONY=build
.PHONY=build

0 comments on commit e175f23

Please sign in to comment.