diff options
author | Valery Piashchynski <[email protected]> | 2023-02-02 11:55:52 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-02 11:55:52 +0100 |
commit | 9c7437dc0780180265d26e15c357761db8dc6d9d (patch) | |
tree | 8f87fd121b578bf6f8e4d11c71084b381d196e27 /.github/workflows/release.yml | |
parent | 37805c7faa49268835a76f70e0199dc122c5d43d (diff) |
chore(ci): update golangci-lint
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9f4f29..8e82349a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: # ----- - os: '' compiler: musl-gcc # more info: <https://musl.libc.org/> - archiver: zip + archiver: tar arch: amd64 steps: - name: Set up Go |