File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [ main ]
3+ branches : [ master ]
44 pull_request :
55name : Test
66jobs :
77 test :
88 strategy :
99 matrix :
10- go-version : [1.18 .x]
10+ go-version : [1.20.x,1.21 .x]
1111 platform : [ubuntu-latest, macos-latest, windows-latest]
1212 runs-on : ${{ matrix.platform }}
1313 steps :
@@ -36,11 +36,11 @@ jobs:
3636 - name : Upload coverage
3737 if : success() && matrix.platform == 'ubuntu-latest'
3838 run : |
39- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
39+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time >
4040 curl -Os https://uploader.codecov.io/latest/linux/codecov
4141 curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
4242 curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
4343 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
4444 shasum -a 256 -c codecov.SHA256SUM
4545 chmod +x codecov
46- ./codecov
46+ ./codecov
You can’t perform that action at this time.
0 commit comments