Skip to content

Commit

Permalink
Merge pull request #49 from nberlee/421edependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
nberlee authored Dec 18, 2023
2 parents 83e53c6 + 4a6f41a commit 254ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down

0 comments on commit 254ee76

Please sign in to comment.