Skip to content

Commit 936453c

Browse files
authored
Convert from godep to gomod (#140)
* Set GO111MODULE to fix go-ci
1 parent f4304a7 commit 936453c

File tree

522 files changed

+93998
-149968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+93998
-149968
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ${{ matrix.platform }}
6464
env:
6565
GOPATH: /home/runner/work/kpt-functions-sdk/go
66-
GO111MODULE: off
66+
GO111MODULE: on
6767
steps:
6868
- name: Set up Go 1.13
6969
uses: actions/setup-go@v1

.github/workflows/release-create-kpt-functions.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11-
env:
12-
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
1411
steps:
1512
- name: Use Node.js 12.x
1613
uses: actions/setup-node@v1

.github/workflows/release-gatekeeper-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
13+
GO111MODULE: on
1414
steps:
1515
- name: Set up gcloud
1616
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/release-typegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
13+
GO111MODULE: on
1414
steps:
1515
- name: Set up Go 1.13
1616
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)