diff options
author | Valery Piashchynski <[email protected]> | 2024-05-07 18:27:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-07 18:27:04 +0200 |
commit | 6112439c6931287d3c9bdfdff9da678f53eaaa25 (patch) | |
tree | 33c786de27c5885944ff07a3b58d16833cfb9fe2 /.github | |
parent | 277a6a99f3aa405fbcf476f475e09edf52439d42 (diff) | |
parent | d1928ddc8960e0b95aa0e94fa9d44eff61f7e25e (diff) |
[#1915]: fix: correctly expand default bash env syntax
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a865ad7a..a5a548e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,9 +39,9 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: - version: v1.57 # without patch version + version: v1.58 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |