Skip to content

Commit 037673d

Browse files
authored
ci: update versions in workflows (#109)
1 parent da5bddd commit 037673d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

+5-3
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.18.x, 1.21.x]
16+
go-version: [1.18.x, 1.22.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.18.x' }}
31-
run: bash <(curl -s https://codecov.io/bash)
31+
uses: codecov/codecov-action@v4
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v3
18+
uses: golangci/golangci-lint-action@v4

0 commit comments

Comments
 (0)