Skip to content

Commit

Permalink
fix(ci): upgrade go version to 1.22 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez authored Aug 27, 2024
1 parent 2d926c5 commit ebbd7bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:

- name: Install Go toolchain
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Run go test
run: |
Expand Down

0 comments on commit ebbd7bd

Please sign in to comment.