|
28 | 28 | - uses: actions/checkout@v5 |
29 | 29 | - uses: actions/setup-go@v6 |
30 | 30 | with: |
31 | | - go-version: "1.25.3" # update together with dev.dockerfile |
| 31 | + go-version: "1.25.4" # update together with dev.dockerfile |
32 | 32 | - name: Debug with tmate SSH if enabled |
33 | 33 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }} |
34 | 34 | uses: mxschmitt/action-tmate@v3 |
|
43 | 43 | - uses: actions/checkout@v5 |
44 | 44 | - uses: actions/setup-go@v6 |
45 | 45 | with: |
46 | | - go-version: "1.25.3" # update together with dev.dockerfile |
| 46 | + go-version: "1.25.4" # update together with dev.dockerfile |
47 | 47 | - run: make test-latest-deps |
48 | 48 |
|
49 | 49 | lint: |
|
52 | 52 | - uses: actions/checkout@v5 |
53 | 53 | - uses: actions/setup-go@v6 |
54 | 54 | with: |
55 | | - go-version: "1.25.3" # update together with dev.dockerfile |
| 55 | + go-version: "1.25.4" # update together with dev.dockerfile |
56 | 56 | - uses: golangci/golangci-lint-action@v8 |
57 | 57 | with: |
58 | 58 | version: "v2.5.0" # update together with dev.dockerfile |
|
63 | 63 | - uses: actions/checkout@v5 |
64 | 64 | - uses: actions/setup-go@v6 |
65 | 65 | with: |
66 | | - go-version: "1.25.3" # update together with dev.dockerfile |
| 66 | + go-version: "1.25.4" # update together with dev.dockerfile |
67 | 67 | - run: make apply-latest-deps |
68 | 68 | - uses: golangci/golangci-lint-action@v8 |
69 | 69 | with: |
|
76 | 76 | - uses: actions/checkout@v5 |
77 | 77 | - uses: actions/setup-go@v6 |
78 | 78 | with: |
79 | | - go-version: "1.25.3" # update together with dev.dockerfile |
| 79 | + go-version: "1.25.4" # update together with dev.dockerfile |
80 | 80 | - run: make check-tidy |
81 | 81 |
|
82 | 82 | typos: |
|
0 commit comments