Skip to content

Commit

Permalink
Merge pull request #242 from orelmisan/go-version
Browse files Browse the repository at this point in the history
go.mod: Add patch version to the go directive
  • Loading branch information
orelmisan authored Aug 19, 2024
2 parents 322e1d7 + 9d87501 commit fba9007
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GO_IMAGE_TAG := 1.22.5
BIN_DIR = $(CURDIR)/_output/bin
CRI_BIN ?= $(shell hack/detect_cri.sh)
LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
LINTER_IMAGE_TAG := v1.50.1
LINTER_IMAGE_TAG := v1.60.1
GO_MOD_VERSION=$(shell hack/go-mod-version.sh)
KUBECONFIG ?= $(HOME)/.kube/config

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kiagnose/kubevirt-dpdk-checkup

go 1.22
go 1.22.0

require (
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
Expand Down

0 comments on commit fba9007

Please sign in to comment.