Skip to content

Commit

Permalink
go: Bump min version to 1.23.6
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Feb 13, 2025
1 parent c6cbd75 commit 23264f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERSION=$(shell grep "var Version" shared/version/version.go | cut -d'"' -f2)
ARCHIVE=lxd-imagebuilder-$(VERSION).tar
GO111MODULE=on
SPHINXENV=.sphinx/venv/bin/activate
GO_MIN=1.23.5
GO_MIN=1.23.6

.PHONY: default
default:
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/canonical/lxd-imagebuilder

go 1.23.5
go 1.23.6

require (
github.com/canonical/lxd v0.0.0-20250127205829-a2c9801251e5
Expand Down

0 comments on commit 23264f8

Please sign in to comment.