Skip to content

Commit

Permalink
Fix test workflow in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
igoose1 committed Jan 23, 2024
1 parent 02f5bad commit 3b46f9d
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 @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
go-version: ['1.18']
go-version: ['1.21']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
lfs: true

- name: Test
run: go test
run: go test ./...

Lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b46f9d

Please sign in to comment.