Skip to content

Commit b1b6a0a

Browse files
authored
build: bump go to go1.24.12 (#30)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent 004b7ff commit b1b6a0a

3 files changed

Lines changed: 4 additions & 35 deletions

File tree

.github/workflows/golang-ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
2-
# Copyright 2020 The OpenEBS Authors. All rights reserved.
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
161
name: golangci-lint
172
on: [push, pull_request]
183
jobs:
@@ -23,7 +8,8 @@ jobs:
238
- uses: actions/checkout@v5
249
- uses: actions/setup-go@v6
2510
with:
26-
go-version: '1.24.7'
11+
go-version: '1.24.12'
12+
2713
- name: golangci-lint
2814
uses: golangci/golangci-lint-action@v8
2915
with:

.github/workflows/test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
2-
# Copyright 2020 The OpenEBS Authors. All rights reserved.
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
161
name: Test
172
on: [push, pull_request]
183
jobs:
@@ -25,7 +10,7 @@ jobs:
2510
- uses: actions/checkout@v5
2611
- uses: actions/setup-go@v6
2712
with:
28-
go-version: '1.24.7'
13+
go-version: '1.24.12'
2914

3015
- name: verify license
3116
run: make license-check

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openebs/lib-csi
22

3-
go 1.24.0
4-
5-
toolchain go1.24.7
3+
go 1.24.12
64

75
require (
86
github.com/container-storage-interface/spec v1.11.0

0 commit comments

Comments
 (0)