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.
#1928
go.yml
on: pull_request
lint
16s
lint-just-new
17s
Matrix: tests
Annotations
3 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-just-new
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
|