diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 922fdd3..3cfc0dd 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Set up Go 1.14
+ - name: Set up Go 1.16
uses: actions/setup-go@v1
with:
- go-version: 1.14
+ go-version: 1.16
id: go
- name: Check out code into the Go module directory
@@ -39,7 +39,7 @@ jobs:
- name: Build
run: |
- go build -o ugate -v ./cmd/ugate
+ cd cmd/ugate && go build -o ../../ugate -v .
- name: Upload ugate
uses: actions/upload-artifact@v2
diff --git a/.ko.yaml b/.ko.yaml
new file mode 100644
index 0000000..64bba94
--- /dev/null
+++ b/.ko.yaml
@@ -0,0 +1,4 @@
+#defaultBaseImage: docker.io/library/ubuntu:bionic
+
+defaultBaseImage: gcr.io/dmeshgate/ugate-dev:latest
+
diff --git a/.run/go-ugate.run.xml b/.run/go-ugate.run.xml
index 793e8bb..afc5c03 100644
--- a/.run/go-ugate.run.xml
+++ b/.run/go-ugate.run.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/.run/push_ko.run.xml b/.run/push_ko.run.xml
new file mode 100644
index 0000000..7eb514d
--- /dev/null
+++ b/.run/push_ko.run.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate-alice.run.xml b/.run/ugate-alice.run.xml
new file mode 100644
index 0000000..c0ea592
--- /dev/null
+++ b/.run/ugate-alice.run.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate-bob.run.xml b/.run/ugate-bob.run.xml
new file mode 100644
index 0000000..41f4d8a
--- /dev/null
+++ b/.run/ugate-bob.run.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate-carol.run.xml b/.run/ugate-carol.run.xml
new file mode 100644
index 0000000..639327a
--- /dev/null
+++ b/.run/ugate-carol.run.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate-gate.run.xml b/.run/ugate-gate.run.xml
new file mode 100644
index 0000000..492edb9
--- /dev/null
+++ b/.run/ugate-gate.run.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate-s1.run.xml b/.run/ugate-s1.run.xml
new file mode 100644
index 0000000..3764101
--- /dev/null
+++ b/.run/ugate-s1.run.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/ugate.run.xml b/.run/ugate.run.xml
index 1b27a52..6630763 100644
--- a/.run/ugate.run.xml
+++ b/.run/ugate.run.xml
@@ -1,6 +1,7 @@
+
@@ -17,6 +18,9 @@
+
@@ -29,12 +33,14 @@
+
+
\ No newline at end of file
diff --git a/.run/ugate_Dockerfile.run.xml b/.run/ugate_Dockerfile.run.xml
index ab066d3..73aa650 100644
--- a/.run/ugate_Dockerfile.run.xml
+++ b/.run/ugate_Dockerfile.run.xml
@@ -2,11 +2,9 @@
-
-
-
+
+
-