Skip to content

Commit

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

Bump actions/setup-go from 3 to 4
  • Loading branch information
adrg committed Mar 22, 2023
2 parents 7ba2633 + 85b6d29 commit 3a48a17
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.16']
steps:
- name: Setup
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 3a48a17

Please sign in to comment.