Skip to content

Commit

Permalink
bump golang and app versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
  • Loading branch information
tariq1890 committed Jan 30, 2025
1 parent e8f5e3e commit cad7ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/NVIDIA/vgpu-device-manager

go 1.22.0
go 1.23.0

toolchain go1.23.5

require (
Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= v0.2.8
VERSION ?= v0.3.0

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

GOLANG_VERSION ?= 1.22.8
GOLANG_VERSION ?= 1.23.5

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

0 comments on commit cad7ab6

Please sign in to comment.