Skip to content

Commit

Permalink
Merge pull request #16 from khulnasoft-lab/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
gitworkflows authored Jan 16, 2024
2 parents 36ef479 + a4de11f commit ba029b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Checkout code
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Checkout code
Expand Down

0 comments on commit ba029b2

Please sign in to comment.