Skip to content

Commit 21dedfe

Browse files
authored
drop golang1.13 and golang1.15 (#167)
1 parent 887e6ff commit 21dedfe

18 files changed

Lines changed: 4 additions & 917 deletions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deploy:
5151
repo: apache/openwhisk-runtime-go
5252
- provider: script
5353
skip_cleanup: true
54-
script: "./tools/travis/publish.sh openwhisk 1.13 nightly && ./tools/travis/publish.sh openwhisk 1.15 nightly && ./tools/travis/publish.sh openwhisk 1.16 nightly && ./tools/travis/publish.sh openwhisk 1.17 nightly && ./tools/travis/publish.sh openwhisk 1.18 nightly"
54+
script: "./tools/travis/publish.sh openwhisk 1.16 nightly && ./tools/travis/publish.sh openwhisk 1.17 nightly && ./tools/travis/publish.sh openwhisk 1.18 nightly"
5555
on:
5656
branch: master
5757
repo: apache/openwhisk-runtime-go

docs/BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ To build the docker images, after compiling go proxy:
4343

4444
This will build the images:
4545

46-
* `action-golang-v1.13`: an image supporting Go 1.13 sources (does expect an ack)
47-
* `action-golang-v1.15`: an image supporting Go 1.15 sources (does expect an ack)
4846
* `action-golang-v1.16`: an image supporting Go 1.16 sources (does expect an ack)
47+
* `action-golang-v1.17`: an image supporting Go 1.17 sources (does expect an ack)
48+
* `action-golang-v1.18`: an image supporting Go 1.18 sources (does expect an ack)
4949
* `actionloop-base`: the base image, supporting generic executables ans shell script (does not expect an ack)
5050

5151
The `actionloop-base` image can be used for supporting other compiled programming languages as long as they implement a `compile` script and the *action loop* protocol described below. Please check [ENVVARS.md](ENVVARS.md) for configuration options

docs/DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Deployment options
2121

22-
There are a few images provided: the `actionloop-base` and the `action-golang-v1.13`, `action-golang-v1.15` and `action-golang-v1.16` are available. Each image accepts different input in the deployment.
22+
There are a few images provided: the `actionloop-base` and the `action-golang-v1.16`, `action-golang-v1.17` and `action-golang-v1.18` are available. Each image accepts different input in the deployment.
2323

2424
<a name="actionloop">
2525

golang1.13/Dockerfile

Lines changed: 0 additions & 48 deletions
This file was deleted.

golang1.13/Makefile

Lines changed: 0 additions & 45 deletions
This file was deleted.

golang1.13/bin/compile

Lines changed: 0 additions & 138 deletions
This file was deleted.

golang1.13/build.gradle

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)