Skip to content

Commit

Permalink
fix: correct go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyo Chen committed May 14, 2024
1 parent 025c2fb commit a0d8205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.20.x ]
go_version: [ 1.23.x ]

runs-on: ubuntu-20.04

Expand All @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}
go-version: 1.21.4

- name: Install gocover-cobertura
run: |
Expand Down

0 comments on commit a0d8205

Please sign in to comment.