Skip to content

Commit

Permalink
Merge pull request #136 from davidalpert/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
davidalpert authored May 7, 2024
2 parents a964986 + 3e59f4f commit 35e7f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
version: 2.17.0

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "GO_VERSION=$(cat .tool-versions | grep golang | awk '{print $2}')" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down

0 comments on commit 35e7f85

Please sign in to comment.