Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori authored Feb 7, 2024
1 parent 6f28c2c commit 926ce39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6" # update together with Dockerfile.dev
go-version: "1.22.0" # update together with Dockerfile.dev
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/action-tmate@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6" # update together with Dockerfile.dev
go-version: "1.22.0" # update together with Dockerfile.dev
- uses: golangci/golangci-lint-action@v3
with:
version: "v1.55.2" # update together with Dockerfile.dev
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6" # update together with Dockerfile.dev
go-version: "1.22.0" # update together with Dockerfile.dev
- run: make check-tidy

typos:
Expand Down

0 comments on commit 926ce39

Please sign in to comment.