Skip to content

Commit

Permalink
Merge pull request #6 from 1024pix/renovate/workflows-actions-setup-g…
Browse files Browse the repository at this point in the history
…o-4.x

[BUMP] Update actions/setup-go action to v4 (workflows)
  • Loading branch information
francois2metz authored Aug 2, 2023
2 parents e1a3db9 + 456d96a commit 11ac220
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 @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'

Expand Down

0 comments on commit 11ac220

Please sign in to comment.