Skip to content

Commit

Permalink
Merge pull request #72 from go-logr/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
pohly committed Dec 12, 2023
2 parents 78b8af5 + 7352729 commit 6e68548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.base_ref
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18.x
- name: Add GOBIN to PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 6e68548

Please sign in to comment.