mirror of https://github.com/mum4k/termdash.git
Merge pull request #369 from mum4k/go_version
Switch Go version to v1.21.
This commit is contained in:
commit
3687adb48d
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ '1.20', 'stable' ]
|
go-version: [ '1.20', '1.21', 'stable' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue