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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git


The following commit(s) were added to refs/heads/master by this push:
     new df558fc  [YUNIKORN-3235] Update go compiler to 1.26.1 (#219)
df558fc is described below

commit df558fca318b0375dba215475d2178556d52b1ea
Author: Aditya Maheshwari <[email protected]>
AuthorDate: Fri Mar 13 10:04:31 2026 +1100

    [YUNIKORN-3235] Update go compiler to 1.26.1 (#219)
    
    removed patch version from .go_version, fixed actions
    
    Closes: #219
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 .github/workflows/pre-commit.yml | 6 +++++-
 .go_version                      | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 030931a..d3d42f8 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -29,8 +29,12 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out source code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
         with:
           fetch-depth: 2
+      - name: Set up Go
+        uses: actions/setup-go@v6
+        with:
+          go-version-file: .go_version
       - name: Check license
         run: make license-check
diff --git a/.go_version b/.go_version
index bc58404..c8d3893 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.26.0
\ No newline at end of file
+1.26
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to