Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golang environment latest release #350

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
.PHONY: all
all: go-env-img go-env-1.22-img go-env-1.21-img go-env-1.20-img

go-env-img-buildargs := --build-arg GO_VERSION=1.20 --build-arg UBUNTU_VERSION=20.04
go-env-img-buildargs := --build-arg GO_VERSION=1.20 --build-arg UBUNTU_VERSION=22.04

go-env-1.22-img-buildargs := --build-arg GO_VERSION=1.22 --build-arg UBUNTU_VERSION=20.04
go-env-1.22-img-buildargs := --build-arg GO_VERSION=1.22 --build-arg UBUNTU_VERSION=22.04

go-env-1.21-img-buildargs := --build-arg GO_VERSION=1.21 --build-arg UBUNTU_VERSION=20.04
go-env-1.21-img-buildargs := --build-arg GO_VERSION=1.21 --build-arg UBUNTU_VERSION=22.04

go-env-1.20-img-buildargs := --build-arg GO_VERSION=1.20 --build-arg UBUNTU_VERSION=20.04
go-env-1.20-img-buildargs := --build-arg GO_VERSION=1.20 --build-arg UBUNTU_VERSION=22.04

go-env-img: Dockerfile-1.1x

Expand Down
83 changes: 18 additions & 65 deletions go/envconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"builder": "go-builder-1.17",
"builder": "go-builder-1.22",
"examples": "https://github.com/fission/environments/tree/master/go/examples",
"icon": "./logo/go-logo-blue.svg",
"image": "go-env-1.17",
"image": "go-env-1.22",
"kind": "environment",
"maintainers": [
{
Expand All @@ -17,16 +17,16 @@
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.17",
"shortDescription": "Fission Go 1.17 environment, which uses dynamic loader based on Go plugins.",
"runtimeVersion": "1.22",
"shortDescription": "Fission Go 1.22 environment, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.32.1"
"version": "1.32.2"
},
{
"builder": "go-builder-1.16",
"builder": "go-builder-1.21",
"examples": "https://github.com/fission/environments/tree/master/go/examples",
"icon": "./logo/go-logo-blue.svg",
"image": "go-env-1.16",
"image": "go-env-1.21",
"kind": "environment",
"maintainers": [
{
Expand All @@ -40,16 +40,16 @@
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.16",
"shortDescription": "Fission Go 1.16 environment, which uses dynamic loader based on Go plugins.",
"runtimeVersion": "1.21",
"shortDescription": "Fission Go 1.21 environment, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.32.1"
"version": "1.32.2"
},
{
"builder": "go-builder-1.15",
"builder": "go-builder-1.20",
"examples": "https://github.com/fission/environments/tree/master/go/examples",
"icon": "./logo/go-logo-blue.svg",
"image": "go-env-1.15",
"image": "go-env-1.20",
"kind": "environment",
"maintainers": [
{
Expand All @@ -63,57 +63,10 @@
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.15",
"shortDescription": "Fission Go 1.15 environment, which uses dynamic loader based on Go plugins.",
"runtimeVersion": "1.20",
"shortDescription": "Fission Go 1.20 environment, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.32.1"
},
{
"builder": "go-builder-1.14",
"examples": "https://github.com/fission/environments/tree/master/go/examples",
"icon": "./logo/go-logo-blue.svg",
"image": "go-env-1.14",
"kind": "environment",
"maintainers": [
{
"link": "https://github.com/sanketsudake",
"name": "sanketsudake"
},
{
"link": "https://github.com/vishal-biyani",
"name": "vishal-biyani"
}
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.14",
"shortDescription": "Fission Go 1.14 environment, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.32.1"
},
{
"builder": "go-builder-1.13",
"examples": "https://github.com/fission/environments/tree/master/go/examples",
"icon": "./logo/go-logo-blue.svg",
"image": "go-env-1.13",
"keywords": [],
"kind": "environment",
"maintainers": [
{
"link": "https://github.com/sanketsudake",
"name": "sanketsudake"
},
{
"link": "https://github.com/vishal-biyani",
"name": "vishal-biyani"
}
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.13",
"shortDescription": "Fission Go 1.13 environment, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.31.1"
"version": "1.32.2"
},
{
"builder": "go-builder",
Expand All @@ -134,9 +87,9 @@
],
"name": "Go Environment",
"readme": "https://github.com/fission/environments/tree/master/go",
"runtimeVersion": "1.15",
"shortDescription": "Fission Go environment hosts Go 1.15, which uses dynamic loader based on Go plugins.",
"runtimeVersion": "1.20",
"shortDescription": "Fission Go environment hosts Go 1.20, which uses dynamic loader based on Go plugins.",
"status": "Stable",
"version": "1.32.1"
"version": "1.32.2"
}
]
Loading