Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori authored Feb 5, 2025
1 parent 768b144 commit 329a7cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- run: make test-latest-deps

test22:
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- uses: golangci/[email protected]
with:
version: "v1.63.4" # update together with dev.dockerfile
Expand All @@ -76,5 +76,5 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- run: make check-tidy

0 comments on commit 329a7cb

Please sign in to comment.