Skip to content

Convert from godep to gomod #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
GOPATH: /home/runner/work/kpt-functions-sdk/go
GO111MODULE: off
GO111MODULE: on
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-create-kpt-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/work/kpt-functions-sdk/go
GO111MODULE: off
steps:
- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gatekeeper-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/work/kpt-functions-sdk/go
GO111MODULE: off
GO111MODULE: on
steps:
- name: Set up gcloud
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-typegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/work/kpt-functions-sdk/go
GO111MODULE: off
GO111MODULE: on
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
Expand Down
Loading