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-web.git
The following commit(s) were added to refs/heads/master by this push:
new 42225f3 [YUNIKORN-3235] Updating the go version to 1.26.1 (#265)
42225f3 is described below
commit 42225f3f077dc4ba55639eba62cc05634d17ca00
Author: Aditya Maheshwari <[email protected]>
AuthorDate: Fri Mar 13 10:05:57 2026 +1100
[YUNIKORN-3235] Updating the go version to 1.26.1 (#265)
removed patch version from .go_Version, updated action version, configured
setup action to always use the latest patch version
Closes: #265
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
.github/workflows/main.yml | 9 +++++----
.go_version | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cd9e192..5be1497 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,17 +19,18 @@ jobs:
steps:
- name: Checkout Source Code
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 2
- 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: Set Node.js Environment
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Build Prod
@@ -41,7 +42,7 @@ jobs:
- name: Go unit tests
run: make test_go
- name: Code coverage
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
files: build/coverage.txt
# After codecov/codecov-action@v4, tokenless uploading of coverage
files to non-public repo is unsupported.
diff --git a/.go_version b/.go_version
index 5ff8c4f..24cffb8 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.26.0
+1.26
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]