Skip to content

Commit

Permalink
Merge pull request #27 from adrg/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
adrg authored Dec 7, 2023
2 parents b54c3ec + 31cb5e4 commit 19988d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go: ['1.17', '1.16']
steps:
- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 19988d8

Please sign in to comment.