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-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new 9884dc0 [YUNIKORN-3235] update go compiler to 1.26.1 (#154)
9884dc0 is described below
commit 9884dc00293325bfd6990138359077539e8966cb
Author: Aditya Maheshwari <[email protected]>
AuthorDate: Fri Mar 13 10:04:57 2026 +1100
[YUNIKORN-3235] update go compiler to 1.26.1 (#154)
removing patch version from .go_version and setting action to pull latest
updated actions as well
Closes: #154
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
.github/workflows/pre-commit.yml | 7 ++++---
.go_version | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index e03cb19..a6c0d40 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -2,7 +2,7 @@ name: Pre-commit checks
on:
pull_request:
- branches:
+ branches:
- master
concurrency:
@@ -14,11 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version-file: .go_version
+ check-latest: true
- name: Check license
run: make license-check
- name: Build and Check for changes
diff --git a/.go_version b/.go_version
index 5ff8c4f..c8d3893 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.26.0
+1.26
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]