Skip to content

Commit

Permalink
Merge pull request #19 from willnode/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
willnode authored Apr 22, 2024
2 parents 7783411 + f241b6a commit 803065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
bun-version: '1.1.2'
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Install pebble
Expand Down

0 comments on commit 803065d

Please sign in to comment.