We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c50a0e commit 3c69a0dCopy full SHA for 3c69a0d
.github/workflows/verify.yml
@@ -33,18 +33,18 @@ jobs:
33
- name: golangci-lint
34
uses: golangci/golangci-lint-action@v3
35
with:
36
- version: v1.51.0
+ version: v1.54
37
38
- name: Setup upterm session
39
- if: ${{ failure() && github.event_name == 'workflow_dispatch' && github.event.inputs.debug == 'true' }}
+ if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
40
# if: failure()
41
timeout-minutes: 60
42
uses: lhotari/action-upterm@v1
43
build:
44
strategy:
45
fail-fast: false
46
matrix:
47
- version: ['1.20', '1.21', '>=1.22.0-rc.1']
+ version: ['1.20', '1.21', '1.22']
48
runs-on: ubuntu-20.04
49
steps:
50
- name: Check out code
0 commit comments