Skip to content

Commit 20d0e40

Browse files
committed
Update ci
1 parent 660ae30 commit 20d0e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-go@v3
2727
with:
28-
go-version: "1.x"
28+
go-version: "1.19.0"
2929
- name: Debug with tmate SSH if enabled
3030
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
3131
uses: mxschmitt/action-tmate@v3
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v3
3939
- uses: actions/setup-go@v3
4040
with:
41-
go-version: "1.x"
41+
go-version: "1.19.0"
4242
- uses: golangci/golangci-lint-action@v3
4343
with:
4444
version: "v1.47.2" # update together with Dockerfile.dev
@@ -50,5 +50,5 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-go@v3
5252
with:
53-
go-version: "1.x"
53+
go-version: "1.19.0"
5454
- run: make check-tidy

0 commit comments

Comments
 (0)