Skip to content

Commit

Permalink
fixed golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Sep 15, 2021
1 parent 95e0a52 commit ac83cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: '^1.17'
- name: Checkout code
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit ac83cd3

Please sign in to comment.