Skip to content

Commit

Permalink
Updating Go versions used in the GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rican7 committed Feb 22, 2024
1 parent b58c4c1 commit b54e58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19.x', '1.20.x']
go: ['1.21.x', '1.22.x']

steps:
- name: Checkout code
Expand All @@ -42,7 +42,7 @@ jobs:
run: make test-with-coverage-profile

- name: Send code coverage to coveralls
if: ${{ matrix.go == '1.20.x' }}
if: ${{ matrix.go == '1.22.x' }}
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit b54e58b

Please sign in to comment.