1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal/exec
Carlos Alexandro Becker 2634fbdad4
fix: race condition on artifacts.List (#3813)
I have no idea why this never happened before... the lock was
ineffective in `artifacts.List`, which should have caused at least some
race condition at some point.

Anyway, got it once locally while working on another feature, and
couldn't believe my eyes.

Fixed, thank goodness!

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-03-01 01:05:30 -03:00
..
testdata feat: support extra_files in publishers (#2770) 2022-01-06 22:04:43 -03:00
exec_mock_test.go feat: Add support for custom publishers (#1481) 2020-05-10 16:03:49 +00:00
exec_mock.go fix: ruleguard and semgrep scans and fixes (#3364) 2022-09-11 15:32:23 -03:00
exec_test.go test: fix exec tests on go 1.20 (#3764) 2023-02-07 10:39:48 -03:00
exec.go fix: race condition on artifacts.List (#3813) 2023-03-01 01:05:30 -03:00