File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 7
7
- name : Install Go
8
8
uses : actions/setup-go@v2
9
9
with :
10
- go-version : ' 1.15 .x'
10
+ go-version : ' 1.16 .x'
11
11
- name : Checkout code
12
12
uses : actions/checkout@v2
13
- - name : Install go1.16
14
- run : go get golang.org/dl/go1.16rc1 && go1.16rc1 download
15
13
- name : Run tests, formatting, vetting and linting
16
14
run : make check
17
15
- name : Run and upload coverage to codecov.io
Original file line number Diff line number Diff line change @@ -57,11 +57,10 @@ rpm -ivh https://github.com/binwiederhier/pcopy/releases/download/v0.5.4/pcopy_0
57
57
docker run --rm -it binwiederhier/pcopy
58
58
```
59
59
60
- ** Go** ( * requires Go 1.16rc1 * ) ** :**
60
+ ** Go:**
61
61
``` bash
62
- go get golang.org/dl/go1.16rc1
63
- go1.16rc1 download
64
- go1.16rc1 get -u heckel.io/pcopy
62
+ # requires Go 1.16
63
+ go get -u heckel.io/pcopy
65
64
```
66
65
67
66
** Manual install** (* any x86_64-based Linux* )** :**
@@ -313,12 +312,10 @@ Try 'pcopy COMMAND --help' for more information.
313
312
```
314
313
315
314
## Building
316
- Building pcopy is dead simple, however it does need Go >=1.16rc1 , because it uses [ embed] ( https://tip.golang.org/pkg/embed/ ) .
315
+ Building pcopy is dead simple, however it does need Go >=1.16 , because it uses [ embed] ( https://tip.golang.org/pkg/embed/ ) .
317
316
Here's how you build it:
318
317
319
318
```
320
- go get golang.org/dl/go1.16rc1
321
- go1.16rc1 download
322
319
make build-simple
323
320
# Builds to dist/pcopy_linux_amd64/pcopy
324
321
```
You can’t perform that action at this time.
0 commit comments