Skip to content

Commit

Permalink
Fix integration
Browse files Browse the repository at this point in the history
  • Loading branch information
qjuanp committed Aug 16, 2024
1 parent 90090b9 commit 7b01e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: integration
jobs:
test:
## Defines the platform for each test run
runs-on: 1.22.x
runs-on: ubuntu-latest

## the steps that will be run through for each version and platform
## combination
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: 1.22.x

## checks out our code locally so we can work with the files
- name: Checkout code
Expand Down

0 comments on commit 7b01e5b

Please sign in to comment.