Skip to content

Commit 433376a

Browse files
authored
fix deploy description in readme (#4947)
1 parent 64ccb22 commit 433376a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/actions-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The runtime `action-golang-v1.11` accepts:
7373
- executable binaries in Linux ELF executable compiled for the AMD64 architecture
7474
- zip files containing a binary executable named `exec` at the top level, again a Linux ELF executable compiled for the AMD64 architecture
7575
- a single source file in Go, that will be compiled
76-
- a zip file not containing in the top level a binary file `exec`, it will be interpreted as a collection of zip files, and compiled
76+
- a zip file not containing in the top level a binary file `exec`, it will be interpreted as a collection of source files in Go, and compiled
7777

78-
You can create a binary in the correct format on any GO platform cross-compiling with `GOOS=Linux` and `GOARCH=amd64`. However it is recommended you use the compiler embedded in the Docker image for this purpose using the precompilation feature, as described below.
78+
You can create a binary in the correct format on any Go platform cross-compiling with `GOOS=Linux` and `GOARCH=amd64`. However it is recommended you use the compiler embedded in the Docker image for this purpose using the precompilation feature, as described below.
7979

8080
## Using packages and vendor folder
8181

0 commit comments

Comments
 (0)