Skip to content

Commit

Permalink
Merge pull request #1 from cethien/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
cethien committed Apr 1, 2024
2 parents 055b538 + e6c42b7 commit 26f8376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.22

Expand Down

0 comments on commit 26f8376

Please sign in to comment.