Skip to content

Commit

Permalink
Merge pull request #79 from cortexproject/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
yeya24 authored Dec 30, 2023
2 parents b717f2a + 77d78b3 commit 613b1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .go-version
cache: true
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .go-version
cache: true
Expand Down

0 comments on commit 613b1ec

Please sign in to comment.