Skip to content

Commit

Permalink
Merge pull request #15 from oxyno-zeta/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 1, 2022
2 parents 613c607 + 1745900 commit 10904c1
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 @@ -37,7 +37,7 @@ jobs:
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "^1.17.0"
- run: make test/unit
Expand Down

0 comments on commit 10904c1

Please sign in to comment.