Skip to content

Commit 78bdd79

Browse files
committed
update go and golangci-lint versions
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 6d3b082 commit 78bdd79

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Lint
8989
uses: golangci/golangci-lint-action@v6
9090
with:
91-
version: v1.60.1
91+
version: v1.60.3
9292
args: -v --timeout 5m
9393
skip-cache: true
9494
- run: make check

.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ linters-settings:
2222
excludes:
2323
- G101
2424
- G404
25+
- G115

docker/Dockerfile.devel

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG GOLANG_VERSION=x.x.x
15-
ARG GOLANGCI_LINT_VERSION=1.57.2
15+
ARG GOLANGCI_LINT_VERSION=1.60.3
1616

1717
FROM golang:${GOLANG_VERSION}
1818

validator/versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
include $(CURDIR)/../versions.mk
1717

1818
CUDA_SAMPLES_VERSION ?= 11.7.1
19-
GOLANG_VERSION ?= 1.22.5
19+
GOLANG_VERSION ?= 1.23.0

versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020
VERSION ?= v24.6.1
2121

22-
GOLANG_VERSION ?= 1.22.5
22+
GOLANG_VERSION ?= 1.23.0
2323

2424
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 commit comments

Comments
 (0)