Skip to content

Commit

Permalink
Merge pull request #7 from kubescape/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
HollowMan6 authored Mar 11, 2024
2 parents b866992 + a202d5f commit 8e72861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ runner.os }}-go
restore-keys: |
${{ runner.os }}-go
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
name: Installing go
with:
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
key: ${{ runner.os }}-go
restore-keys: |
${{ runner.os }}-go
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
name: Installing go
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
key: ${{ runner.os }}-go
restore-keys: |
${{ runner.os }}-go
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
name: Installing go
with:
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
key: ${{ runner.os }}-go
restore-keys: |
${{ runner.os }}-go
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
name: Installing go
with:
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
# key: ${{ runner.os }}-go
# restore-keys: |
# ${{ runner.os }}-go
# - uses: actions/setup-go@v3
# - uses: actions/setup-go@v5
# name: Installing go
# with:
# go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 8e72861

Please sign in to comment.