File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Golang
18
18
uses : actions/setup-go@v1
19
19
with :
20
- go-version : ' 1.17.2 '
20
+ go-version : ' 1.17.5 '
21
21
- name : Download all Go modules
22
22
run : |
23
23
go mod download
35
35
- name : Setup Golang
36
36
uses : actions/setup-go@v1
37
37
with :
38
- go-version : ' 1.17.2 '
38
+ go-version : ' 1.17.5 '
39
39
- name : Restore go build cache
40
40
uses : actions/cache@v1
41
41
with :
@@ -70,16 +70,12 @@ jobs:
70
70
ports :
71
71
- 5000:5000
72
72
steps :
73
- - name : Create checkout directory
74
- run : mkdir -p ~/go/src/github.com/gitpod-io
75
73
- name : Checkout code
76
74
uses : actions/checkout@v2
77
- - name : Create symlink in GOPATH
78
- run : ln -s $(pwd) ~/go/src/github.com/gitpod-io/dazzle
79
75
- name : Setup Golang
80
76
uses : actions/setup-go@v1
81
77
with :
82
- go-version : ' 1.17.2 '
78
+ go-version : ' 1.17.5 '
83
79
- name : Restore go build cache
84
80
uses : actions/cache@v1
85
81
with :
@@ -120,16 +116,12 @@ jobs:
120
116
needs :
121
117
- build-go
122
118
steps :
123
- - name : Create checkout directory
124
- run : mkdir -p ~/go/src/github.com/gitpod-io
125
119
- name : Checkout code
126
120
uses : actions/checkout@v2
127
- - name : Create symlink in GOPATH
128
- run : ln -s $(pwd) ~/go/src/github.com/gitpod-io/dazzle
129
121
- name : Setup Golang
130
122
uses : actions/setup-go@v1
131
123
with :
132
- go-version : ' 1.17.2 '
124
+ go-version : ' 1.17.5 '
133
125
- name : Restore go build cache
134
126
uses : actions/cache@v1
135
127
with :
You can’t perform that action at this time.
0 commit comments