Skip to content

Commit

Permalink
Go 1.22 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Jun 27, 2024
1 parent e72e7d0 commit 5512d5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Check out code
uses: actions/checkout@master

- name: Set up Go 1.22
uses: actions/setup-go@v3
with:
go-version: 1.22

- name: Run Tests
run: |
cd server
Expand Down

0 comments on commit 5512d5c

Please sign in to comment.