Skip to content

Commit

Permalink
Fix Github CI using wrong Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 16, 2024
1 parent 1accd31 commit c0d3b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v3
with:
# This should be the same as specified in go.mod
go-version: 1.17
go-version: 1.22.1
- name: Checkout code
uses: actions/checkout@v3
- name: Lint code
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-go@v3
with:
# This should be the same as specified in go.mod
go-version: 1.17
go-version: 1.22.1
- name: Checkout code
uses: actions/checkout@v3
- name: Build code
Expand Down

0 comments on commit c0d3b66

Please sign in to comment.