Skip to content

Commit 2949e2e

Browse files
roguepikachuvaibhav0096semmet95
authored
Chore: Go Version Upgrade to 1.23.8 (#925)
* chore: upgrades to kubevela v1.9.2 Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * debugging test failure Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: reverts test timeout values Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * test: orderes it specs Signed-off-by: Amit Singh <singhamitch@outlook.com> Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: update Go version to 1.23.8 in workflows and Dockerfiles Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: update staticcheck version to v0.5.1 in Makefile Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: update golangci-lint configuration by removing deprecated maligned settings and adjusting linters Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: update golangci-lint configuration to enable formatters and adjust linters Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: refactor golangci-lint configuration to streamline settings and update exclusions Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * chore: downgrade golangci-lint version to 1.60.1 in const.mk Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * refactor: simplify loop iteration for screenshots in loader.go and remove unnecessary variable declaration in migrate.go Co-authored-by: Ayush Kumar <ayushshyamkumar888@gmail.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * refactor: optimize loop iterations and improve condition checks in multiple service files Co-authored-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * refactor: fixes linter issues Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> * refactor: changes from make reviewable Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> --------- Signed-off-by: Amit Singh <singhamitch@outlook.com> Signed-off-by: semmet95 <singhamitch@outlook.com> Co-authored-by: Vaibhav Agrawal <vaibhav.agrawal0096@gmail.com> Co-authored-by: Amit Singh <singhamitch@outlook.com>
1 parent 9c8cc5d commit 2949e2e

31 files changed

Lines changed: 246 additions & 266 deletions

.github/workflows/arm64-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
# Common versions
18-
GO_VERSION: '1.22.0'
18+
GO_VERSION: '1.23.8'
1919

2020
permissions:
2121
contents: read

.github/workflows/server-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
# Common versions
18-
GO_VERSION: '1.22.0'
18+
GO_VERSION: '1.23.8'
1919

2020
permissions:
2121
contents: read

.github/workflows/staticcheck.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- release-*
1313
env:
1414
# Common versions
15-
GO_VERSION: '1.22.0'
15+
GO_VERSION: '1.23.8'
1616

1717
jobs:
1818
detect-noop:
@@ -38,17 +38,21 @@ jobs:
3838
node-version: '16'
3939
cache: 'yarn'
4040
- name: Set up Go
41+
id: go
4142
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
4243
with:
4344
go-version: ${{ env.GO_VERSION }}
44-
id: go
4545
- name: Install Yarn
4646
run: npm install --global yarn
47-
- name: upgrade yarn
47+
- name: Upgrade Yarn
4848
run: yarn set version 3.6.0
49-
- run: yarn install
50-
- run: yarn lint
51-
name: Check Frontend Code Style
52-
- run: yarn test
53-
- run: make check-diff
54-
name: Check Server Code Style
49+
- name: Yarn Install
50+
run: yarn install
51+
- name: Lint Frontend Code
52+
run: yarn lint
53+
- name: Check Frontend Code Style
54+
run: yarn lint
55+
- name: Test Frontend
56+
run: yarn test
57+
- name: Check Server Code Style
58+
run: make check-diff

0 commit comments

Comments
 (0)