Skip to content

Commit 917057b

Browse files
Use go image
1 parent cc1fb8a commit 917057b

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Dockerfile

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

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
all: c go run
44

55
env:
6-
docker build --tag cgo .
7-
docker run --rm -ti -v $(shell pwd):/src cgo
6+
docker run --rm -ti -v $(shell pwd):/src -w /src golang:1.24.2
87

98
c:
109
mkdir -p build

0 commit comments

Comments
 (0)