Skip to content

Commit

Permalink
Avoid using go-ext-builder for running Go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Nov 27, 2023
1 parent 7b135b8 commit fafbef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Builds the Rust library libwasmvm
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0017
# Contains a full Go dev environment in order to run Go tests on the built library
ALPINE_TESTER := cosmwasm/go-ext-builder:0017-alpine
ALPINE_TESTER := golang:1.21.4-alpine

USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)
Expand Down

0 comments on commit fafbef5

Please sign in to comment.