This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new c868d69  Update build.yml (#204)
c868d69 is described below

commit c868d696dfd6895566e2d321f9841170f5b60ae8
Author: Kit Chan <[email protected]>
AuthorDate: Sun Mar 3 08:13:16 2024 -0700

    Update build.yml (#204)
    
    * Update build.yml
    
    * Update GO_VERSION
    
    * Update go.mod
---
 .github/workflows/build.yml | 2 +-
 GO_VERSION                  | 2 +-
 go.mod                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 698d2d2..1156831 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
         uses: manusa/[email protected]
         with:
           minikube version: 'v1.30.1'
-          kubernetes version: 'v1.27.9'
+          kubernetes version: 'v1.27.11'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/GO_VERSION b/GO_VERSION
index 57807d6..8819d01 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.22.0
+1.21.7
diff --git a/go.mod b/go.mod
index e57b9f2..0779157 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/trafficserver-ingress-controller
 
-go 1.22
+go 1.21
 
 require (
        github.com/alicebob/miniredis/v2 v2.31.1

Reply via email to