Skip to content

Commit

Permalink
ci: update versions in the build workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Aug 25, 2024
1 parent e791168 commit 56d4c67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.20.x, 1.22.x]
go-version: [1.20.x, 1.23.x]
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -28,4 +28,6 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ matrix.go-version == '1.20.x' }}
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 56d4c67

Please sign in to comment.