Skip to content

Commit 56d4c67

Browse files
authored
ci: update versions in the build workflow (#37)
1 parent e791168 commit 56d4c67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go-version: [1.20.x, 1.22.x]
16+
go-version: [1.20.x, 1.23.x]
1717
steps:
1818
- name: Setup Go
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222

@@ -28,4 +28,6 @@ jobs:
2828

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

0 commit comments

Comments
 (0)