Skip to content

Commit

Permalink
Update CI target Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrg committed Mar 22, 2023
1 parent a35891b commit 315b6aa
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:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.14']
go: ['1.17']
steps:
- name: Setup
uses: actions/setup-go@v3
Expand Down

0 comments on commit 315b6aa

Please sign in to comment.