We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660ae30 commit 20d0e40Copy full SHA for 20d0e40
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v3
26
- uses: actions/setup-go@v3
27
with:
28
- go-version: "1.x"
+ go-version: "1.19.0"
29
- name: Debug with tmate SSH if enabled
30
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
31
uses: mxschmitt/action-tmate@v3
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
- uses: golangci/golangci-lint-action@v3
43
44
version: "v1.47.2" # update together with Dockerfile.dev
@@ -50,5 +50,5 @@ jobs:
50
51
52
53
54
- run: make check-tidy
0 commit comments