Skip to content

Commit e2a55ce

Browse files
committed
github: Bump Go versions
1 parent 47a52c5 commit e2a55ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
on:
22
push:
3-
branches: [ main ]
3+
branches: [ master ]
44
pull_request:
55
name: Test
66
jobs:
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

0 commit comments

Comments
 (0)