Skip to content

Commit

Permalink
Fixed GitHub Actions go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eko authored and Galorhallen committed Dec 29, 2021
1 parent d4a012d commit cf04392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.13', '1.14', '1.15', '1.16', '1.17' ]
go_version: [ '1.14', '1.15', '1.16', '1.17' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.12', '1.13', '1.14', '1.15' ]
go_version: [ '1.14', '1.15', '1.16', '1.17' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit cf04392

Please sign in to comment.