mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
Fixed GitHub Actions go versions
This commit is contained in:
parent
d4a012d404
commit
cf04392b13
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -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
|
||||
|
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user