Skip to content

Commit

Permalink
Fix invalid Go version in CI release job
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Sep 10, 2021
1 parent ed97dbf commit 87f3dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: Install dependencies
run: sudo apt update && sudo apt install libsnmp-dev
- name: GoReleaser
Expand Down

0 comments on commit 87f3dc4

Please sign in to comment.