Skip to content

Commit c47a433

Browse files
Build with the Last Three Versions of Go
1 parent 4c2aa4f commit c47a433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macOS-latest, ubuntu-latest]
11-
goversion: [1.13, 1.14, 1.15]
11+
goversion: [1.17, 1.18, 1.19]
1212
steps:
1313

1414
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
15-
uses: actions/setup-go@v1
15+
uses: actions/setup-go@v3
1616
with:
1717
go-version: ${{matrix.goversion}}
1818
id: go

0 commit comments

Comments
 (0)