Skip to content

Commit b8873c4

Browse files
committed
Fixed GitHub Actions go versions
1 parent 53b1034 commit b8873c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go_version: [ '1.13', '1.14', '1.15', '1.16', '1.17' ]
16+
go_version: [ '1.14', '1.15', '1.16', '1.17' ]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v1

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go_version: [ '1.12', '1.13', '1.14', '1.15' ]
13+
go_version: [ '1.14', '1.15', '1.16', '1.17' ]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)