File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,18 @@ jobs:
181
181
with :
182
182
go-version : ${{ matrix.GO_SEMVER }}
183
183
check-latest : true
184
+
185
+ - name : Upgrade Packages
186
+ shell : bash
187
+ run : |
188
+ sudo apt update
189
+ sudo apt install -y curl # to upgrade curl
184
190
185
191
- name : Print Go version and environment
186
192
id : vars
187
193
shell : bash
188
194
run : |
195
+ printf "curl version: $(curl --version)\n"
189
196
printf "Using go at: $(which go)\n"
190
197
printf "Go version: $(go version)\n"
191
198
printf "\n\nGo environment:\n\n"
@@ -213,6 +220,7 @@ jobs:
213
220
run : |
214
221
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/${HURL_VERSION}/hurl_${HURL_VERSION}_amd64.deb
215
222
sudo dpkg -i hurl_${HURL_VERSION}_amd64.deb
223
+ hurl --version
216
224
217
225
- name : Run Caddy
218
226
run : |
You can’t perform that action at this time.
0 commit comments