Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori authored Nov 7, 2024
1 parent cbebced commit ca4d3aa
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/action-tmate@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- run: make test-latest-deps

test22:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.61.0" # update together with dev.dockerfile
Expand All @@ -71,5 +71,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- run: make check-tidy

0 comments on commit ca4d3aa

Please sign in to comment.