Skip to content

Commit 3c69a0d

Browse files
authoredFeb 18, 2024
CI: adjust the verify version since Go 1.22 is released (#4408)
1 parent 1c50a0e commit 3c69a0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/verify.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ jobs:
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@v3
3535
with:
36-
version: v1.51.0
36+
version: v1.54
3737

3838
- name: Setup upterm session
39-
if: ${{ failure() && github.event_name == 'workflow_dispatch' && github.event.inputs.debug == 'true' }}
39+
if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
4040
# if: failure()
4141
timeout-minutes: 60
4242
uses: lhotari/action-upterm@v1
4343
build:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
version: ['1.20', '1.21', '>=1.22.0-rc.1']
47+
version: ['1.20', '1.21', '1.22']
4848
runs-on: ubuntu-20.04
4949
steps:
5050
- name: Check out code

0 commit comments

Comments
 (0)
Please sign in to comment.