Merge pull request #196 from parkervcp/fix-go-builds
Update go to build 1.20
This commit is contained in:
16
.github/workflows/go.yml
vendored
16
.github/workflows/go.yml
vendored
@@ -16,14 +16,14 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- 1.14
|
- '1.14'
|
||||||
- 1.15
|
- '1.15'
|
||||||
- 1.16
|
- '1.16'
|
||||||
- 1.17
|
- '1.17'
|
||||||
- 1.18
|
- '1.18'
|
||||||
- 1.19
|
- '1.19'
|
||||||
- 1.20
|
- '1.20'
|
||||||
- 1.21
|
- '1.21'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: docker/setup-buildx-action@v2
|
- uses: docker/setup-buildx-action@v2
|
||||||
|
Reference in New Issue
Block a user