Skip to content

Commit

Permalink
Merge pull request #19 from ko-build/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.0.0

Bump actions/setup-go from 4.0.1 to 5.0.0
  • Loading branch information
cpanato committed Mar 27, 2024
2 parents 825a143 + 416bd13 commit a516577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
check-latest: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
check-latest: 'true'
Expand Down

0 comments on commit a516577

Please sign in to comment.