fix: update to map of string #14
Annotations
4 errors and 2 warnings
build:
webreq_get_test.go#L15
cannot use headers (variable of type *webreq.Headers) as type map[string]string in argument to request.SetHeaders
|
build:
webreq_post_test.go#L21
headers.List undefined (type *webreq.Headers has no field or method List)
|
build:
webreq_post_test.go#L41
cannot use headers (variable of type *webreq.Headers) as type map[string]string in argument to request.SetHeaders
|
build
Process completed with exit code 2.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|