Skip to content

Commit d6eca63

Browse files
committed
.github/workflows: update to latest Go versions
Since the Go language community only provides support for the latest two versions of Go, we also only provide official support for those two versions in our Git LFS projects. We therefore update our CI workflow for this project to match the two Go versions currently supported and in use in the GitHub Actions workflows of our primary git-lfs/git-lfs project.
1 parent 30ed74d commit d6eca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Default build
77
strategy:
88
matrix:
9-
go: ['1.12.x', '1.13.x', '1.14.x']
9+
go: ['1.18.x', '1.19.x']
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)