Skip to content

Commit

Permalink
Merge pull request #81 from jekyll/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 3 to 5
  • Loading branch information
parkr authored Dec 14, 2024
2 parents 51fdbf1 + 326e785 commit 76d61d3
Showing 1 changed file with 1 addition and 1 deletion.
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:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run
Expand Down

0 comments on commit 76d61d3

Please sign in to comment.