Skip to content

Commit

Permalink
golang: use APK compatible version schema
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Nov 26, 2024
1 parent 1749576 commit be5d226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

GO_VERSION_MAJOR_MINOR:=1.22
GO_VERSION_PATCH:=5-devel-cf
GO_VERSION_PATCH:=5~devel-cf

PKG_NAME:=golang
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH))
Expand Down

0 comments on commit be5d226

Please sign in to comment.