We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c84ba2d + b7f63ad commit bbe0dc9Copy full SHA for bbe0dc9
go.mod
@@ -1,7 +1,6 @@
1
module github.com/NVIDIA/vgpu-device-manager
2
3
-go 1.22.0
4
-toolchain go1.23.5
+go 1.24.0
5
6
require (
7
github.com/NVIDIA/go-nvlib v0.7.1
versions.mk
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION ?= v0.2.8
+VERSION ?= v0.3.0
16
17
vVERSION := v$(VERSION:v%=%)
18
19
-GOLANG_VERSION ?= 1.22.8
+GOLANG_VERSION ?= 1.24.1
20
21
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
0 commit comments