Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 951d4f6 commit 519c0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v2
- name: Install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run unit tests
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: run unit tests
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
username: ${{ secrets.OHAI_DOCKER_HUB_ID }}
password: ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }}
- name: Install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run e2e tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v2
- name: Install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run unit tests
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: run unit tests
Expand Down

0 comments on commit 519c0a3

Please sign in to comment.