Skip to content

Commit 7a09995

Browse files
committed
Update GitHub workflow
GitHub plans to remove the old versions of the steps this year.
1 parent f6130e0 commit 7a09995

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/go.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717

18-
- name: Set up Go
19-
uses: actions/setup-go@v4
20-
with:
21-
go-version: '1.20'
18+
- name: Set up Go
19+
uses: actions/setup-go@v6
20+
with:
21+
go-version: '1.20'
2222

23-
- name: Build and test
24-
run: sh ./test.sh
23+
- name: Build and test
24+
run: sh ./test.sh
2525

26-
- name: Upload coverage data
27-
run: bash <(curl -s https://codecov.io/bash)
26+
- name: Upload coverage data
27+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)