Skip to content

Commit 489daf0

Browse files
authored
Merge pull request #11 from alexflint/update-ci-golang-versions
Update golang versions used in CI
2 parents e7a3608 + 706bcb4 commit 489daf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go: ['1.13', '1.14', '1.15', '1.16']
18+
go: ['1.17', '1.18', '1.19']
1919

2020
steps:
2121
- id: go
2222
name: Set up Go
23-
uses: actions/setup-go@v1
23+
uses: actions/setup-go@v3
2424
with:
2525
go-version: ${{ matrix.go }}
2626

0 commit comments

Comments
 (0)