mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-16 09:57:07 -05:00
cfef384f36
* support latest as version value
9 lines
251 B
Python
9 lines
251 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "snpversion",
|
|
srcs = ["snpversion.go"],
|
|
importpath = "github.com/edgelesssys/constellation/v2/internal/config/snpversion",
|
|
visibility = ["//:__subpackages__"],
|
|
)
|