Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 58c5a07

Browse files
authored
Refactor Makefile & Remove v0.1.0 version (#103)
1 parent d52ef48 commit 58c5a07

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ test.e2e.single:
3232
run:
3333
docker run --entrypoint='/usr/local/bin/envoy' \
3434
-p 18000:18000 -p 8099:8099 \
35-
-w /tmp/envoy -v $(shell pwd):/tmp/envoy getenvoy/proxy-wasm-go-sdk-ci:istio-${ISTIO_VERSION} \
35+
-w /tmp/envoy -v $(shell pwd):/tmp/envoy istio/proxyv2:1.8.1 \
3636
-c /tmp/envoy/examples/${name}/envoy.yaml --concurrency 2 \
3737
--log-format-prefix-with-location '0' --log-format '%v' # --log-format-prefix-with-location will be removed at 1.17.0 release

proxywasm/abi_version.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// +build !abi_0_1_0
16-
1715
package proxywasm
1816

1917
//nolint

proxywasm/abi_version_010.go

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

0 commit comments

Comments
 (0)