File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
161name : golangci-lint
172on : [push, pull_request]
183jobs :
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 :
Original file line number Diff line number Diff line change 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-
161name : Test
172on : [push, pull_request]
183jobs :
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
Original file line number Diff line number Diff line change 11module github.com/openebs/lib-csi
22
3- go 1.24.0
4-
5- toolchain go1.24.7
3+ go 1.24.12
64
75require (
86 github.com/container-storage-interface/spec v1.11.0
You can’t perform that action at this time.
0 commit comments