|
28 | 28 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
29 | 29 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 |
30 | 30 | with: |
31 | | - go-version: "1.25.6" # update together with dev.dockerfile |
| 31 | + go-version: "1.25.7" # 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@c0afd6f790e3a5564914980036ebf83216678101 # v3.23 |
|
43 | 43 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
44 | 44 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 |
45 | 45 | with: |
46 | | - go-version: "1.25.6" # update together with dev.dockerfile |
| 46 | + go-version: "1.25.7" # update together with dev.dockerfile |
47 | 47 | - run: make test-latest-deps |
48 | 48 |
|
49 | 49 | test22: |
|
62 | 62 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
63 | 63 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 |
64 | 64 | with: |
65 | | - go-version: "1.25.6" # update together with dev.dockerfile |
| 65 | + go-version: "1.25.7" # update together with dev.dockerfile |
66 | 66 | - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 |
67 | 67 | with: |
68 | 68 | version: "v2.8.0" # update together with dev.dockerfile |
|
73 | 73 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
74 | 74 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 |
75 | 75 | with: |
76 | | - go-version: "1.25.6" # update together with dev.dockerfile |
| 76 | + go-version: "1.25.7" # update together with dev.dockerfile |
77 | 77 | - run: make apply-latest-deps |
78 | 78 | - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 |
79 | 79 | with: |
|
86 | 86 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
87 | 87 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 |
88 | 88 | with: |
89 | | - go-version: "1.25.6" # update together with dev.dockerfile |
| 89 | + go-version: "1.25.7" # update together with dev.dockerfile |
90 | 90 | - run: make check-tidy |
91 | 91 |
|
92 | 92 | typos: |
|
0 commit comments