File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88
88
- name : Lint
89
89
uses : golangci/golangci-lint-action@v6
90
90
with :
91
- version : v1.60.1
91
+ version : v1.60.3
92
92
args : -v --timeout 5m
93
93
skip-cache : true
94
94
- run : make check
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ linters-settings:
22
22
excludes :
23
23
- G101
24
24
- G404
25
+ - G115
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
ARG GOLANG_VERSION=x.x.x
15
- ARG GOLANGCI_LINT_VERSION=1.57.2
15
+ ARG GOLANGCI_LINT_VERSION=1.60.3
16
16
17
17
FROM golang:${GOLANG_VERSION}
18
18
Original file line number Diff line number Diff line change 16
16
include $(CURDIR ) /../versions.mk
17
17
18
18
CUDA_SAMPLES_VERSION ?= 11.7.1
19
- GOLANG_VERSION ?= 1.22.5
19
+ GOLANG_VERSION ?= 1.23.0
Original file line number Diff line number Diff line change 19
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
20
VERSION ?= v24.6.1
21
21
22
- GOLANG_VERSION ?= 1.22.5
22
+ GOLANG_VERSION ?= 1.23.0
23
23
24
24
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
You can’t perform that action at this time.
0 commit comments