Skip to content

Commit

Permalink
ci: use specific go version with actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag authored Mar 9, 2022
1 parent 5816c4b commit 3e2cb3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v2
with:
go-version: '1.17'

- name: Install dependencies
run: make get-deps
Expand Down

0 comments on commit 3e2cb3a

Please sign in to comment.