Skip to content

Commit

Permalink
Merge pull request #360 from ClickHouse/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
ernado authored Dec 6, 2023
2 parents ca25523 + 2f28d87 commit dc20814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CH_VER: v22.7.1.2484-stable
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit dc20814

Please sign in to comment.