We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6130e0 commit 7a09995Copy full SHA for 7a09995
1 file changed
.github/workflows/go.yml
@@ -13,15 +13,15 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
17
18
- - name: Set up Go
19
- uses: actions/setup-go@v4
20
- with:
21
- go-version: '1.20'
+ - name: Set up Go
+ uses: actions/setup-go@v6
+ with:
+ go-version: '1.20'
22
23
- - name: Build and test
24
- run: sh ./test.sh
+ - name: Build and test
+ run: sh ./test.sh
25
26
- - name: Upload coverage data
27
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload coverage data
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments