Skip to content

Commit dbe7a69

Browse files
authored
Merge pull request git-lfs#35 from chrisd8088/update-go-1-21
Update to Go 1.21
2 parents 9dc8a29 + 7850249 commit dbe7a69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: CI
22
on: [push, pull_request]
3+
env:
4+
GOTOOLCHAIN: local
35

46
jobs:
57
build-go:
68
name: Default build
79
strategy:
810
matrix:
9-
go: ['1.18.x', '1.19.x']
11+
go: ['1.20.x', '1.21.x']
1012
runs-on: ubuntu-latest
1113
steps:
1214
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)