Skip to content

Commit

Permalink
fix(ci): patch go version
Browse files Browse the repository at this point in the history
I'm a dummy, we're on go version 1.22.0
  • Loading branch information
bdreece committed Mar 17, 2024
1 parent 726bd7d commit 97136e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.23'
check-latest: true
go-version: '^1.22.0'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 97136e0

Please sign in to comment.