We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0d63e commit 3105b5dCopy full SHA for 3105b5d
1 file changed
.github/workflows/build.yaml
@@ -4,16 +4,16 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.13.x]
+ go-version: [1.13.x, 1.22.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v5
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
16
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
17
18
fetch-depth: 1
19
- name: Build
0 commit comments