Marcel Telka
2024-04-08 27ea4582c008083fc42d6e52da1dc3f6ff5cd25e
Switch default golang to 1.22

3 files modified
8 ■■■■ changed files
components/meta-packages/golang/Makefile 4 ●●●● patch | view | raw | blame | history
components/meta-packages/golang/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/meta-packages/golang/pkg5 2 ●●● patch | view | raw | blame | history
components/meta-packages/golang/Makefile
@@ -17,7 +17,7 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        golang
COMPONENT_VERSION =        1.21.1
COMPONENT_VERSION =        1.22
COMPONENT_SUMMARY =        The Go Programming Language
COMPONENT_PROJECT_URL =        https://go.dev/
COMPONENT_FMRI =        developer/golang
@@ -25,6 +25,6 @@
include $(WS_MAKE_RULES)/common.mk
PKG_MACROS += GOV=$(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\(\.[^.]*\)\..*/\1/' | tr -d .)
PKG_MACROS += GOV=$(subst .,,$(COMPONENT_VERSION))
# Auto-generated dependencies
components/meta-packages/golang/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/meta-packages/golang/pkg5
@@ -4,4 +4,4 @@
        "developer/golang"
    ],
    "name": "golang"
}
}