Skip to content

Commit ac94eb5

Browse files
committed
Update GitHub Actions workflow to use latest Go version and artifact naming
1 parent 6523ff3 commit ac94eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
golangci-lint:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
1314
- uses: actions/setup-go@v5
1415
with:
15-
go-version: 1.20
16-
- uses: actions/checkout@v4
16+
go-version: stable
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Download a linux coverage report
5757
uses: actions/download-artifact@v4
5858
with:
59-
name: code-coverage-report-ubuntu-latest
59+
name: code-coverage-report-ubuntu-latest-1.24
6060
- name: Upload coverage to Codecov
6161
uses: codecov/codecov-action@v4
6262
with:

0 commit comments

Comments
 (0)