diff options
| author | Fuwn <[email protected]> | 2022-01-16 19:59:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-16 19:59:32 -0800 |
| commit | 0c1138ac12e8d3561605aee8a7843bce1fb49bd7 (patch) | |
| tree | bfaf52f47327275766d6a06edadd9a32a7a2cc59 /.github/workflows | |
| parent | Merge pull request #4 from Fuwn/renovate/golang-1.x (diff) | |
| parent | chore(deps): update cedrickring/golang-action action to v1.7.0 (diff) | |
| download | space-0c1138ac12e8d3561605aee8a7843bce1fb49bd7.tar.xz space-0c1138ac12e8d3561605aee8a7843bce1fb49bd7.zip | |
Merge pull request #9 from Fuwn/renovate/cedrickring-golang-action-1.x
chore(deps): update cedrickring/golang-action action to v1.7.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5cf7fd..c10cfe0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,6 +10,6 @@ jobs: uses: actions/checkout@v2 - name: Check ✅ - uses: cedrickring/[email protected] + uses: cedrickring/[email protected] continue-on-error: false |