Decide to use os.Mkdir
when creating chain layer directories since the temporary directory should already exist. The temporary directory is the parent of the chain layer directories, so there is no need to use os.MkdirAll
as there will be no intermediate directories.
#1926
go.yml
on: pull_request
lint
26s
lint-just-new
19s
Matrix: tests
Annotations
3 warnings
lint-just-new
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|