Skip to content

Commit bbe0dc9

Browse files
authored
Merge pull request #73 from NVIDIA/inc-ver
bump golang and app versions
2 parents c84ba2d + b7f63ad commit bbe0dc9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/NVIDIA/vgpu-device-manager
22

3-
go 1.22.0
4-
toolchain go1.23.5
3+
go 1.24.0
54

65
require (
76
github.com/NVIDIA/go-nvlib v0.7.1

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= v0.2.8
15+
VERSION ?= v0.3.0
1616

1717
vVERSION := v$(VERSION:v%=%)
1818

19-
GOLANG_VERSION ?= 1.22.8
19+
GOLANG_VERSION ?= 1.24.1
2020

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

0 commit comments

Comments
 (0)