We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0363 commit 5752885Copy full SHA for 5752885
.github/workflows/go.yml
@@ -8,11 +8,11 @@ jobs:
8
strategy:
9
matrix:
10
os: [macOS-latest, ubuntu-latest]
11
- goversion: [1.13, 1.14, 1.15]
+ goversion: [1.16, 1.17, 1.18]
12
steps:
13
14
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
15
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v3
16
with:
17
go-version: ${{matrix.goversion}}
18
id: go
0 commit comments